www.destructor.de

About | Contact | Impressum


Home |  Code |  Articles |  Misc |  x
XML Parser |  TAR Library |  Linked Lists |  WinSock 1.1 |  x
General |  Downloads |  Documentation |  History |  x

XML Parser Downloads

Current Version 2 for Unicode

The Version 2 parser has been reworked for the Unicode Versions of Delphi (2009/2010/XE*/10). For a complete description, take a look at the version history.

Compatibility: Delphi 2009/2010/XE/10 and later

Type Description Version Release Date Download
XML Parser Fully Unicode aware. The LibXmlParserU.pas unit contains
  • TXmlParser, the XML parser
  • TXmlScanner and TEasyXmlScanner, two easy to use event style VCL wrappers for the TXmlParser
  • No package file: you can easily include LibXmlParser.pas in a new or one of your existing packages
2.0.5 2019-10-01 xmlparser-2.0.5.zip
Demos XML Reader
A simple XML reader demo application
2.0.5 2019-10-01 xmlreader-2.0.5.zip

Old Version 1

Outdated: Use this only for old Delphi versions that are not Unicode aware.

Compatibility: Delphi 4..7, 2005..2007, C++Builder 5 and later

Type Description Version Release Date Download
XML Parser Contains 
  • TXmlParser, the XML parser
  • TXmlScanner and TEasyXmlScanner, two easy to use event style VCL wrappers for the TXmlParser
  • Package files for Delphi
1.0.21 2019-01-22 xmlparser-1.0.21.zip
Demos XML Reader

A simple XML reader demo application

1.0.19 2009-12-31 Source: xmlreader-1.0.19.zip

Executable: xmlreaderexe.zip

XML Scanner Demo

A simple demo for the TXmlScanner VCL component

1.0.19 2009-12-31 xmlscannerdemo-1.0.19.zip