VI

Delphi

VerySimpleXML v2.0.5 - a lightweight, one-unit, cross-platform XML reader/writer

VerySimpleXML is a lightweight, cross-platform, one-unit XML reader/writer for Delphi 2010-XE7. Use it for small well-formed XML files (like configuration files, interprocess communication protocols, etc.).

What’s new in version 2.0?

Support for these...

Description

VerySimpleXML is a lightweight, cross-platform, one-unit XML reader/writer for Delphi 2010-XE7. Use it for small well-formed XML files (like configuration files, interprocess communication protocols, etc.).

What’s new in version 2.0?

Support for these nodes types: ntElement (default node type), ntComment (comment nodes), ntDocType (Document Type Definition, but not parsed/evaluated), ntText (text only nodes), ntCData (CDATA sections), ntProcessingInstr (processing instructions)

Windows 32 bit, Windows 64 bit, Mac OSX, iOS and Android compatible

Support for headless xml files

Reduced memory consumption

Allows now processing of large xml files without line breaks

Node content is now read exactly as found (including line breaks)

Case sensitive/insensitve node and attribute name handling (use doCaseInsensitive option)

Write UTF-8 files with or without BOM (doWriteBOM option)

Support for attributes without values (single attribute type)

Support for the Delphi “nextgen compiler” and weak references for ARC

Added a lot of TXMLDocument compatible methods

Support for parsing the ntProcessingInstr nodes (processing instructions)

Support for Windows, Unix and even custom line breaks

Improved fluent interfaces

Go here:

https://github.com/Dennis1000/...

Additional Information