Installation in Delphi
Borland Delphi Versions 4 and 5
- Unpack the ZIP
file 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'
- 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.
2000-07-29 Stefan Heymann