Re: [3/3] msxml3: implement domdoc schema validation
22 Oct
2010
22 Oct
'10
1:35 p.m.
On 10/22/2010 01:27, Adam Martinson wrote:
--- dlls/msxml3/domdoc.c | 127 ++++++++++++++++++++++++++++++++------------ dlls/msxml3/tests/domdoc.c | 4 +- 2 files changed, 94 insertions(+), 37 deletions(-)
+ TRACE("doc not well-formed, returning error 0xC00CE223\n"); if (err) - *err = create_parseError(0, NULL, NULL, NULL, 0, 0, 0); + *err = create_parseError(0xC00CE223, NULL, NULL, NULL, 0, 0, 0); You should add corresponding error code defines for that. This one is E_XML_NOTWF.
5620
Age (days ago)
5620
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov