[3/3] msxml3: implement domdoc schema validation

Nikolay Sivov bunglehead at gmail.com
Fri Oct 22 07:35:44 CDT 2010


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.



More information about the wine-devel mailing list