XML plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
Line 15: Line 15:
'''Features:'''
'''Features:'''


*Read and/or modified xml files  
*Read and/or modify xml files  
*XPath expressions support
*XPath expressions support
*Unicode UTF-8 support  
*Unicode UTF-8 support  

Revision as of 09:32, 30 January 2012

Author: Instructor (talk, contrib)


Links

Download v2.0:
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.3) and TinyXPath (1.3.1).


Features:

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