Installation in Delphi
Borland Delphi Versions 4 and 5
- Download the parser archive
- Unpack the ZIP file (xmlparser.zip)
to a directory
- Add the name of this
directory to your Library Path (in Delphi: Tools |
Environment Options | Library | Library Path)
- Open Package file:
- Delphi 4: Open
XmlComponents_D4.dpk file with File | Open
- Delphi 5: Open
XmlComponents_D5.dpk file with File | Open
- Click on 'Compile'. Ignore messages regarding .res files.
- Click on 'Install'
- A new tab 'XML' will appear
on the Delphi toolbar with the TXmlScanner component
inside
- The TXmlParser class
resides in the LibXmlParser unit which is a part of the
ZIP file.
2001-02-28 Stefan Heymann