I usually validate my XML's by loading the document to parse via xmldoc->load(path). Then you check for errors with
xmldoc->get_parseError(errorObject). You get errorstring, line, character pos, etc.
Please let me know if it worked!
Dan
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 11 of 11
Thread: XML with C++Threaded View
|
Click Here to Expand Forum to Full Width |