Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Tuesday, February 07, 2012
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Knowledge Base > XML
Search
DevASP

What's New
What's Hot
Listings for Binary Data Binary Data (1)
Listings for DOM DOM (6)
Listings for DTD DTD (3)
More Categories for Errors and Bugs Errors and Bugs (18)
Listings for ServerXMLHTTP ServerXMLHTTP (7)
Listings for XML and ADO XML and ADO (1)
Listings for XML General XML General (16)
Listings for XPath XPath (3)
Listings for XSD Schema XSD Schema (1)
Listings for XSL XSL (1)
Listings for XSLT XSLT (1)
 


HOW TO: Navigate XML with the XPathNavigator Class (Q301111)       
Total Hits: 1531  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

Q278969 INFO: How to Redistribute the Microsoft XML Parser       
Total Hits: 933  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

HOW TO: Read XML from a File - Q301225       
Total Hits: 1681  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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)....

Q301282 - HOW TO: Write XML to a File       
Total Hits: 2189  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

Q263247 - HOWTO: Obtain an ADO Recordset from XML       
Total Hits: 3604  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

Q251354 - HOWTO: Locate and Replace Special Characters in an XML Document with Visual Basic       
Total Hits: 1650  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

Q251273 - Sample: Create XMLDOM Document with #import       
Total Hits: 855  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

Q249805 - HOWTO: Use XML Data with the Chart Component       
Total Hits: 691  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

Q246230 - SAMPLE: XMLTree Uses XML DOM from C++       
Total Hits: 982  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

Q244954 - HOWTO: Populate a Treeview Control with an XML File       
Total Hits: 1524  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

Q191758 - HOWTO: Convert FoxPro Cursor into XML Data Format       
Total Hits: 713  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to create an Extensible Markup Language (XML) data file from a cursor in Visual FoxPro 6.0....

Q264665 - HOWTO: Display HTML in XSL Style Sheet       
Total Hits: 933  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com