Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  84
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Tuesday, May 13, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

Trusted by over 7 million customers!
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 > XML General
Search
DevASP

What's New
What's Hot

PRB: XML Parser Cannot Parse UTF-7 Documents(Q251134)       
Total Hits: 628  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When attempting to load an XML file saved as UTF-7 (a transfer encoding format for Unicode), the XML parser in Internet Explorer generates the following error message:

Invalid at the top level of the document.

The same error also occurs when using the MSXML parser from server-side or client-side script....

INFO: XML Encoding and DOM Interface Methods (Q275883)       
Total Hits: 985  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

One major advantage of Extensible Markup Language (XML) data is that it is platform independent. However, correct encoding must be specified to ensure proper transfer of XML data between different platforms. Under most scenarios, XML encoding errors originate from the different default encoding settings of the Microsoft XML parser (MSXML) methods and interfaces. A clear understanding of these default settings will help in preventing the encoding errors....

Generate an XML parser automatically       
Total Hits: 316  |  Today: 0 Author: Albert Wang       Rating:  
Read Reviews | Write Review |              Your Rating: 

I think your first thought about this article would be that: "oh, another tool to parse XML like MSXML". In fact, this article is based on MSXML. What I will present for you is not a general XML parser, but a generator to create a specific XML parser. The purpose of my article is not to teach you some knowledge about a grammar parsing technique, but to provide you some idea of auto code generation through an XML parser generator. XML parser may not be of any use in your programming area, but tha...

INFO: MSXML 4.0 Specific GUIDs and ProgIDs (Q305019)       
Total Hits: 666  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Microsoft XML Core Services (MSXML) 4.0 is installed in side-by-side mode. This means that installing MSXML 4.0 does not replace or depend on any previously installed version of the MSXML parser on your computer. This is done to protect the quality of applications that are currently using Msxml.dll, Msxml2.dll, or Msxml3.dll. Side-by-side mode also allows you to decide which version of the parser to use in your code....

INFO: MSXML 3.0 Service Pack 2 Installs Only in Replace Mode (Q321924)       
Total Hits: 386  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Microsoft XML (MSXML) 3.0 Service Pack 2 (SP2) installs only in replace mode. This release is also included with Microsoft Windows XP, Microsoft Internet Explorer 6.0, and Microsoft Data Access Components (MDAC) 2.7. Replace mode indicates that the newly installed version of MSXML replaces an older version and becomes the default XML parser.
...

SAMPLE: XMLTree Uses XML DOM from C++ (Q246230)       
Total Hits: 863  |  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....

HOWTO: Select a Single Node in an XML Document from a TreeView in Visual Basic (Q252514)       
Total Hits: 1891  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

One of the methods added to the IDOMNode object in the IXMLDOMNode interface in Microsoft Internet Explorer 5 (IE5) is the SelectSingleNode method. This method applies a specified pattern-matching operation to a node''s context and returns the first matching node. This behavior is similar to the SelectNode method, which returns a list of matching nodes...Read More..

Q278969 INFO: How to Redistribute the Microsoft XML Parser       
Total Hits: 799  |  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....

Q301282 - HOW TO: Write XML to a File       
Total Hits: 2030  |  Today: 1       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....

Q251354 - HOWTO: Locate and Replace Special Characters in an XML Document with Visual Basic       
Total Hits: 1265  |  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....

Q249805 - HOWTO: Use XML Data with the Chart Component       
Total Hits: 554  |  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....

Q244954 - HOWTO: Populate a Treeview Control with an XML File       
Total Hits: 1382  |  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: 552  |  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....

HOW TO: Consume XML Web Service Methods by Using SOAP Toolkit 2.0 (Q305965)       
Total Hits: 1171  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

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....

HOWTO: Get and Set a Property on a Public Folder Item Using WebDAV (Q300185)       
Total Hits: 690  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

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 folder item....

HOW TO: Read XML from a File - Q301225       
Total Hits: 1542  |  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)....



DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com