361) 10/5/2006 Q263247 HOWTO: Obtain an ADO Recordset from XML (Q263247)
If you have an XML string or document you may use it to open an ActiveX Data Objects (ADO) recordset. You can do this by using the Microsoft ADO 2.5 Stream object and the new XML integration features in ADO. 362) 9/27/2007 Q263586 FIX: DOCTYPE Subset Omitted in Cloned XML DOM (Q263586)
Cloning an XML Document Object Model (DOM) document that contains a DOCTYPE definition with an internal subset on a computer with version 2.0 of the MSXML parser, returns a DOM document without the internal subset of the DOCTYPE definition. 363) 10/27/2006 Q263587 FIX: XML DOM Node of Type Boolean Persists Incorrectly (Q263587)
If an XML Document Object Model (DOM) node is of type 364) 9/23/2007 Q263592 FIX: XML Datatype Validation Occurs at Parse Time Even When Not Validating (Q263592)
The Microsoft MSXML 2.0 parser forces datatype validation even when data is not being validated. For example, in an XSL stylesheet that outputs a datatyped node, if the value of the node is specified using the <xsl:value-of> tag, and the da 365) 9/23/2007 Q264665 HOWTO: Display HTML in XSL Style Sheet (Q264665)
When XML data contains HTML tags, those tags are considered as plain data by default, and are not parsed as HTML. The output displays as text without HTML effects. This article explains how to work with the XSL style sheets to use the HTML 366) 8/19/2007 Q264869 PRB: Persisting XML Directly into DOM Causes Run-Time Error '438' (Q264869)
With Microsoft Data Access Components (MDAC) version 2.1 and later, the ADO 367) 2/21/2007 Q266228 PRB: Loading Large XML Files into the XML DOM Drains System Resources (Q266228)
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. 368) 2/2/2007 Q269238 INFO: Version List of the Microsoft XML Parser (Q269238)
This article lists the version numbers of Microsoft's Extensible Markup Language (XML) parser (Msxml.dll Msxml2.dll, Msxml3.dll, and Msxml4.dll) and the Microsoft products that include this component. 369) 9/14/2007 Q269194 PRB: Compiler Errors When You Use #import with XML (Q269194)
When you use the #import feature of Visual C++ with the Msxml.dll, Msxml2.dll, or Msxml3.dll file, you may receive the following compiler error messages: 370) 7/24/2007 Q269511 FIX: IXMLDOMNode::selectSingleNode Returns Invalid Pointer (Q269511)
The 371) 10/22/2006 Q272269 HOWTO: Retrieve XML Data by Using a SQL XML Query in an ASP Client (Q272269)
When you run an ADODB command stream and specify 372) 9/27/2007 Q272270 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. 373) 9/23/2007 Q272359 BUG: Load Method Fails to Load XML Documents over SSL Connection (Q272359)
When you use the 374) 8/7/2006 Q271619 HOWTO: Retrieve XML Data by Using an XPath Query in a Visual Basic Client (Q271619)
This article demonstrates how to programmatically retrieve an XML data stream from a SQL Server 2000 mapping schema by using an XPath query. The scope operates in a client/server (2-tier) model. 375) 2/3/2006 Q271620 HOWTO: Retrieve XML Data by Using a SQL XML Query in a Visual Basic Client (Q271620)
If you run an ADODB command stream and specify
1
2
.... .... 19
20
21
22
23
24
[ 25 ]
26
27
Previous Page
Page 25 of 27
Next Page
|