| Victor 2004-05-25, 7:15 pm |
| Hello, all.
When I try to parse the XML document using SAX reader method "parse" I'm have an error "E_FAIL". Why?
I'm using MSXML4. This is my XML document:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><GetLevelResponse xmlns="http://www.docusync.com/svc"><GetLevelResult><Collection><File><Name>Test</Name><Size>0</Size><Created>0001-01-01T00:00:00.0000000+02:00</Created><Modified>0001-01
-01T00:00:00.0000000+02:00</Modified><Version>0</Version><TimeStamp>671113</TimeStamp><IsDirectory>true</IsDirectory><HasChildFolder>true</HasChildFolder><Files /><ID>40</ID><StorageType>Root</StorageType><PhysicalContainerPath /></File><IsContentRequired
>true</IsContentRequired><IsCompressed>false</IsCompressed><PhysicalRelativePath /><LogicalRelativePath /></Collection><HasErrors>false</HasErrors><ID>0</ID><Exceptions /></GetLevelResult></GetLevelResponse></soap:Body></soap:Envelope>
Help me, please. Thanks.
|