SimpleXML.pas (Version 2010-01-03)
SimpleXML.pas is a library for XML parsing and converting to XML objects hierarchy and vice versa.
This is a revised version of SimpleXML.pas introduced by Michael Vlasov in 2003. It is one of the smallest and fastest XML librarys availably for Delphi.
The new version is not fully compatible to the old one, mainly because now the character conversion is done internal and not outside
the library, as it was before. The format of the binary dump is changed, too. The library is capable to work with Ansi and UTF8
coded XML data. UTF16 data files are not supported.
The unit is tested with:
Delphi Versions: 6, 2007, 2009.
Download SimpleXML.pas
The contents of the file SimpleXML.pas are used with permission, subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/MPL-1.1.html
|