XML plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (XML plugin moved to XML plug-in)
Line 3: Line 3:
== Links ==
== Links ==


Download v1.5:<br>
Download v1.6:<br>
<attach>Xml.zip</attach>
<attach>Xml.zip</attach>



Revision as of 15:28, 13 January 2006

Author: Instructor (talk, contrib)


Links

Download v1.6:
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.4.2).


Features:

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