361) 2/10/2002 Q272270Q272270 Q272270.html">HOWTO: Retrieve XML Data in ASP with the XML OLE-DB Simple Provider (Q272270) This article includes step-by-step instructions to set up an ASP client that demonstrates the use of the OLEDB Simple Provider for XML to access hierarchical XML data.
362) 2/10/2002 Q221841Q221841 Q221841.html">PRB: No Access XML Object Model After Call to XML Parser Load() Method (Q221841) The load() method returns successfully but errors occur when accessing the MSXML Document Object Model. The XML document is valid, well-formed, and it contains no errors.
363) 2/10/2002 Q223337Q223337 Q223337.html">INFO: Loading/Saving XML Data Using the Internet Explorer XML Parser (Q223337) This article contains a list of methods supported by the Internet Explorer XML parser (MSXML) available for loading and saving XML data.
364) 2/10/2002 Q234460Q234460 Q234460.html">BUG: URL Property on XMLHTTPRequest's ResponseXML Is Not Set (Q234460) When you use the XMLHTTPRequest object to obtain XML data from another server, the responseXML's
365) 2/10/2002 Q234486Q234486 Q234486.html">PRB: XMLHttpRequest setRequestHeader Method and Cookies (Q234486) When using the XML Document Object Model (DOM), the
366) 2/10/2002 Q235344Q235344 Q235344.html">FIX: DTDs and Schemas Not Resolved When Using loadXML Method (Q235344) When you use the IXMLDOMDocument::loadXML method to load XML data into the MSXML parser via a string parameter, the MSXML parser does not correctly resolve any external files such as DTDs or Schemas.
367) 2/10/2002 Q238833Q238833 Q238833.html">PRB: XML Parser: Invalid Character Was Found in Text Content (Q238833) When parsing XML that contains "special characters" using the Microsoft XML parser (MSXML), the parser may report the following error message at the line and position of the first special character:
368) 2/10/2002 Q239540Q239540 Q239540.html">PRB: XML Viewer Does not Perform Validation (Q239540) When you are navigating the Internet Explorer browser directly to an XML file, the XML viewer does not validate the document against its Document Type Definition (DTD) or Schema.
369) 2/10/2002 Q246230Q246230 Q246230.html">SAMPLE: XMLTree Uses XML DOM from C++ (Q246230) XMLTree.exe is a sample that demonstrates how to use the MSXML XML DOM interfaces from a C++ application.
370) 2/10/2002 Q251246Q251246 Q251246.html">PRB: XML DOMDocuments Created in Separate Processes Cannot Be Combined (Q251246) If you create an XML document in one process, pass that XMLDOMDocument to another process (say, for example, an Microsoft Transaction Server component), and try to create a new XML DOMDocument using a node or element from the first XML docu
371) 2/10/2002 Q254643Q254643 Q254643.html">PRB: loadXML Method Fails to Process DTD or Schema with Relative Path at the Server Side (Q254643) When you use the
372) 2/10/2002 Q305965Q305965 Q305965.html">HOW TO: Consume XML Web Service Methods by Using SOAP Toolkit 2.0 (Q305965) This step-by-step article describes how to make simple calls to an XML Web service by using Simple Object Access Protocol (SOAP) Toolkit version 2.0.
373) 2/10/2002 Q244954Q244954 Q244954.html">HOWTO: Populate a Treeview Control with an XML File (Q244954) This article illustrates how to populate a Treeview control from an XML file in Visual Basic.
374) 2/10/2002 Q247708Q247708 Q247708.html">PRB: Strings Passed to loadXML must be UTF-16 Encoded BSTRs (Q247708) When you use the loadXML method of the MSXML parser, attempting to include non UTF-16 character sequences in the BSTR parameter passed to loadXML may result in the following error message:
375) 2/10/2002 Q249221Q249221 Q249221.html">FIX: XML Parser Error if Datetime Datatype in Nanoseconds (Q249221) The Microsoft MXL parser (MSXML) may return a parse error when it handles a dateTime field with a factional-second measurement of more than three digits.