BizTalk Utilities CV ,   Jobs ,   Code library
 
Home Page


Add/Edit your code items
Search the code library
Browse for the code library


XML DOM
Import and Export Microsoft Outlook items to XML using MSXML
A MsXML Wrapper class for VC++
Processing Large XML Documents
CSV to XML using the DOM
XML DOM: Inserting, Modifying and Deleting elements using VBScript
XML DOM: Adding an Child Element and an attribute using VBScript
Combining XML Documents using XSLT - a collection of 5 approaches
How to use InsertAfter() with XmlDocument?
How to remove xml elements using RemoveChild() with XmlDocument?
How to select specific nodes in XmlDocument() when having a namespace ?
How to Load a XML From a String with XmlDocument?
How to remove an attribute with XmlDocument and RemoveAll?
How to create a navigator with XmlDocument and CreateNavigator?
Whats the 'push model'?
Hybrid Model Part Two: Choosing between SAX and DOM


 
 

<< XHTMLXmlSerializer >>


By Matt Fausey
First Posted 02/04/2002
Times viewed 862

Chilkat XML


Summary A high-performance alternative to the Microsoft XML DOM (MSXML) for parsing, navigating, and manipulating XML data. The Chilkat XML parser is faster, less memory intensive, and the API is much simpler. On average, the Chilkat XML parser is 300% faster than MSXML4, and uses far less memory. In some cases, Chilkat XML is 3000% faster. The parser is non-validating, and there is an AutoFix property, which when turned on, automatically fixes errors in XML, such as removing illegal (binary) characters.

xxx

Additional information


Rate this article on a scale of 1 to 10 (0 votes, average 0)

Your vote :  

<< XHTMLXmlSerializer >>





Leave a comment for this article
Your name
Your email (optional)
Your comment
Optional: Upload an attachment
Enter the code shown:

 
 

    Email TopXML