|
|
|
|
|
Total Hits: 1531 | Today: 0 |
|
Rating:
|
|

This article illustrates how to navigate Extensible Markup Language (XML) documents with an XPathNavigator object that is created from an XPathDocument object. This sample loads an XPathDocument object with XML data, creates an XPathNavigator object as a view onto the data, and displays the XML by walking through the document....
|
|
|
|
Total Hits: 933 | Today: 0 |
|
Rating:
|
|

Due to the rapid growth of eXtensible Markup Language (XML) development, Microsoft provides a number of parsers to meet the needs of developers, such as Microsoft XML (MSXML) versions 2.5, 2.5 Service Pack 1 (SP1), 2.6, and 3.0. Currently, the latest parser is MSXML 3.0 (file version 8.0.7820). All versions of MSXML depend on Microsoft Internet Explorer (IE) 4.01 or later, so before you install MSXML parser, this version of IE must be installed....
|
|
|
|
Total Hits: 1681 | Today: 0 |
|
Rating:
|
|

This article demonstrates how to use the XmlTextReader class to read Extensible Markup Language (XML) from a file. XmlTextReader provides direct parsing and tokenizing of XML and implements the XML 1.0 specification and the namespaces in XML specification from the World Wide Web Consortium (W3C). This article provides fast, tokenized, stream access to XML rather than using an object model such as the XML Document Object Model (DOM)....
|
|
|
|
Total Hits: 2189 | Today: 0 |
|
Rating:
|
|

This article shows how to write XML to a file by using the XmlTextWriter class. XmlTextWriter provides a fast, forward-only way of generating XML and helps you to build XML documents. XmlTextWriter provides stream write rather than using an object model, such as the XML Document Object Model (DOM), and so gives better performance....
|
|
|
|
Total Hits: 3604 | Today: 0 |
|
Rating:
|
|

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. This article describes the mechanism required to load the following into an ADO 2.5 recordset: A string containing XML. -and- An XML DOM Document instance....
|
|
|
|
Total Hits: 1650 | Today: 0 |
|
Rating:
|
|

When creating an XML Document, it is necessary to input these special characters appropriately to insure proper parsing, interpretation, and, subsequently, data display. When creating an XML Document from Visual Basic, one search for these special characters and replace them with the proper Entity Reference is by utilizing the Replace Function....
|
|
|
|
Total Hits: 855 | Today: 0 |
|
Rating:
|
|

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....
|
|
|
|
Total Hits: 691 | Today: 0 |
|
Rating:
|
|

This article illustrates how you can use the Microsoft Office Chart Component to plot data from an XML data stream. The Chart used in this sample is bound to a RecordsetDef in a Data Source Component. The RecordsetDef itself is created from Active Server Pages (ASP) script that uses the XML Rowset definition to return an XML data stream....
|
|
|
|
Total Hits: 982 | Today: 0 |
|
Rating:
|
|

XMLTree.exe is a sample that demonstrates how to use the MSXML XML DOM interfaces from a C++ application. XMLTree loads XML documents from a URL and graphically displays them in a tree view. It allows manipulation of the XML data on a node-by-node basis and supports saving the data out to a file on the local disk....
|
|
|
|
Total Hits: 1524 | Today: 0 |
|
Rating:
|
|

This article illustrates how to populate a Treeview control from an XML file in Visual Basic. The sample code provided in this article contains a reference to MSXML 2.0. If a newer version of MSXML has been installed in replace mode on your machine, the sample code will automatically use this new version. If a newer version of MSXML has been installed in side-by-side mode on your machine, the code may use the older version....
|
|
|
|
Total Hits: 713 | Today: 0 |
|
Rating:
|
|

This article describes how to create an Extensible Markup Language (XML) data file from a cursor in Visual FoxPro 6.0....
|
|
|
|
Total Hits: 933 | Today: 0 |
|
Rating:
|
|

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 tags that are inside XML data....
|
|
|
|
|
|
|