Has anyone successfully loaded a schema and used it to validate an XML
document on WM5 in C++? I am having problems calling the XMLShemaCache add
method. It returns E_FAIL for me.

Thank you
DM

Re: IXMLDOMSchemaCollection/XMLSchemaCache WM5 C++ by John

John
Wed Aug 23 17:23:04 CDT 2006

Hmm.. I'm not familiar with any problems with this on CE so I'm not sure
what to tell you on this one. Some ideas...

Does similiar code work OK on WinXP? If this doesn't help your inv., maybe
you could try a copy/paste of the code from "add Method
(IXMLDOMSchemaCollection/XMLSchemaCache) " documentation in MSDN and see if
that works and if yes, then see if there's anything different in your usage
of these functions?

--
John Spaith
Development Lead, Windows CE
Microsoft Corporation

Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2006 Microsoft Corporation. All rights
reserved.

"David Maung" <David Maung@discussions.microsoft.com> wrote in message
news:1CB70732-B475-4155-A71D-C00AA5774D67@microsoft.com...
> Has anyone successfully loaded a schema and used it to validate an XML
> document on WM5 in C++? I am having problems calling the XMLShemaCache
> add
> method. It returns E_FAIL for me.
>
> Thank you
> DM
>
>