XML plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:
== Links ==
== Links ==


Download v1.7:<br>
Download v1.8:<br>
<attach>Xml.zip</attach>
<attach>Xml.zip</attach>


Line 10: Line 10:


== Description ==
== Description ==
XML plugin parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified and saved. XML plugin is based on [http://www.sourceforge.net/projects/tinyxml TinyXml] (2.4.3).
XML plugin parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified and saved. XML plugin is based on [http://www.sourceforge.net/projects/tinyxml TinyXml] (2.5.1) and [http://www.sourceforge.net/projects/tinyxpath TinyXPath] (1.2.4).




Line 16: Line 16:


*Read and/or modified xml files  
*Read and/or modified xml files  
*Code is fast and lightweight
*XPath expressions support
*Unicode UTF-8 support  
*Unicode UTF-8 support  
*"MSXML.DLL" independent  
*"MSXML.DLL" independent  

Revision as of 13:42, 10 September 2006

Author: Instructor (talk, contrib)


Links

Download v1.8:
Xml.zip (188 KB)

Discussion:
Forum thread

Description

XML plugin parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified and saved. XML plugin is based on TinyXml (2.5.1) and TinyXPath (1.2.4).


Features:

  • Read and/or modified xml files
  • XPath expressions support
  • Unicode UTF-8 support
  • "MSXML.DLL" independent
  • Support for condense and non-condense white spaces
  • Row and Column tracking