Basic info
OXml is a new XML library for Delphi and Lazarus, developed in late 2013. I took some inspiration from You can't view the links! Click here to register but wrote the library completely from scratch.
The aim of OXml is to be the most versatile and fastest XML library for the Pascal language.
OXml features:
OXml supports all Delphi versions starting from Delphi 5 on all platforms: Win32, Win64, OSX, iOS, Android, Linux.
OXml supports Lazarus 1.0 and newer on all platforms (tested Win32, Win64, Linux, MacOSX).
More info in:You can't view the links! Click here to register
OXml is a new XML library for Delphi and Lazarus, developed in late 2013. I took some inspiration from You can't view the links! Click here to register but wrote the library completely from scratch.
The aim of OXml is to be the most versatile and fastest XML library for the Pascal language.
OXml features:
- XML DOM with XPath and namespace support
- sequential XML DOM parser
- XML SAX parser with class handlers for specific objects
- XML serializer (with and without enhanced RTTI)
- direct XML reader/writer
- vendor for Delphi's XmlIntf.TXMLDocument
- XML DataBinding engine
- JSON Tree ("DOM")
- JSON Event ("SAX") parser with class handlers for specific objects
- direct JSON reader and writer with JSON serialization and deserialization
- fast buffered text reader and writer with encoding support
- lots of useful helper classes like integer and string lists and dictionaries
- encoding support for pre-2009 Delphi
OXml supports all Delphi versions starting from Delphi 5 on all platforms: Win32, Win64, OSX, iOS, Android, Linux.
OXml supports Lazarus 1.0 and newer on all platforms (tested Win32, Win64, Linux, MacOSX).
More info in:You can't view the links! Click here to register