76) 10/23/2003 276505276505 276505.html">SAMPLE: SAX Win32 AppWizard Creates a Visual C++ SAX Application (276505) - Instead of using the Document Object Model (DOM), you can use the Simple API for XML (SAX) to provide a lower-level API to parse XML data that can result in a much greater performance gain under certain scenarios. For example, a messaging scenario...
77) 10/23/2003 278674278674 278674.html">Determine the Version of MSXML Parser Installed on a Computer (278674) - Some recently released MSXML parsers, such as the MSXML 3.0 parser, can be installed in side-by-side mode so that previous versions of the parser are not replaced. The MSXML 3.0 parser can also be run under Replace mode so that previously released...
78) 10/23/2003 284453284453 284453.html">BUG: XML Context Method Can Traverse Out of Xsl:template Element (284453) - When you use the context method of the "http://www.w3.org/TR/WD-xsl" namespace, it is possible to use a negative value for the index parameter from an xsl:template element, effectively navigating the context out of the template. It should not be...
79) 10/23/2003 291171291171 291171.html">HOWTO: List Public Folders by Using WebDAV (291171) - This article demonstrates how to list all the folders of a folder hierarchy by using Web Distributed Authoring and Versioning (WebDAV).
80) 10/23/2003 298108298108 298108.html">PRB: XMLHTTP Send Method Raises Error When Large Files Are PUT (298108) - When you use the send method of the IXMLHTTPRequest object to PUT a large file to a Web server, you receive the following error message: Not enough storage available for the operation. The error occurs on Windows 98 clients, but does not occur on...
81) 10/23/2003 300185300185 300185.html">HOWTO: Get and Set a Property on a Public Folder Item Using WebDAV (300185) - In Exchange 2000 you can get and set properties by using Web Distributed Authoring and Versioning (WebDAV). This article provides a Visual Basic example of how to use the WebDAV PROPFIND and PROPPATCH commands to get and set a property on a public...
82) 10/23/2003 258294258294 258294.html">HOWTO: Offload XSL Transformations to Clients' Browsers (258294) - It is possible to offload XSL processing from the server to the client. Doing so distributes the load, which helps to relieve the server from having to process the formatting of an XML document.
83) 10/23/2003 261293261293 261293.html">INFO: XML DOM Methods Use Linefeed Only Without a Carriage Return at the End of a Line (261293) - Versions of MSXML prior to 2.5 used both carriage return and linefeed (CRLF) characters to indicate the end of a line of text. However, starting with MSXML version 2.5, this behavior is different. Methods of the XML Document Object Model (DOM) now...
84) 10/23/2003 255947255947 255947.html">FIX: XML: HTTP Redirect Permits Cross-Domain Access to Data (255947) - When you perform an HTTP redirect with XML, no security check is performed when the redirect references data at a location on a different domain. This poses a potential security risk when data at the destination address must be protected.
85) 10/23/2003 266228266228 266228.html">PRB: Loading Large XML Files into the XML DOM Drains System Resources (266228) - System resources can be drained when a large XML file is loaded into the XML Document Object Model (DOM). This behavior is noticeable when a large XML file is opened in Internet Explorer or loaded into the XML DOM programmatically by code.
86) 10/23/2003 263587263587 263587.html">FIX: XML DOM Node of Type Boolean Persists Incorrectly (263587) - If an XML Document Object Model (DOM) node is of type Boolean and the type is set to True by using the DOM NodeTypedValue property, the value for the node is incorrectly persisted as -1 on a computer using version 2.0 of the MSXML parser, when it...
87) 10/23/2003 297997297997 297997.html">PRB: MSXML Performance Bottleneck in ShareMutex Under Stress (297997) - When you use the MSXML parser in a high-stress environment such as Microsoft Internet Information Services (IIS), a bottleneck may occur while the MSXML parser performs garbage collection, such as around the msxml3!ShareMutex__SleepWaitingForLock...
88) 10/23/2003 820882820882 820882.html">Conformance and Security Changes in MSXML 4.0 SP2 (820882) - Important This document describes the changes that have been made in MSXML 4.0 Service Pack 2 (SP2) that break with compatibility to earlier versions of MSXML 4.0. While the list has been reviewed for technical accuracy by the Microsoft XML team, do...
89) 10/23/2003 330589330589 330589.html">HOW TO: Implement Common MSXML Tasks in System.xml By Using Visual C# .NET (330589) - This step-by-step article describes the features of MSXML and .NET Framework Classes for XML processing. This article also includes samples on how to use MSXML in Microsoft Visual Basic 6.0 and how to use .NET Framework Classes for XML processing....
90) 10/23/2003 251273251273 251273.html">Sample: Create XMLDOM Document with #import (251273) - NewXMLDOC.exe is a Visual C++ sample that shows you how to create a new XMLDOM document from scratch when you use #import on Msxml.dll.