|
LiteXMLParser 1.0. Read the
release notes for
details about this version.
To use LiteXMLParser (LXP), you need:
- A Java runtime environment. Since a JAXP SAX
parser is bundled with the J2SE environment
starting with version 1.4, LXP is primarily of
interest for pre-1.4 versions.
Download the
lxp-1.0.zip file to your computer. Make sure
you save the file with the original name; some
browsers suggest an invalid name in the Save File
dialog.
Unpack the contents with a
ZIP utility program (like WinZIP) or the
Java jar command. Follow the instructions in
the README.txt
file for how to use LXP.
Download the
lxp-1.0-src.zip file to your computer. Make sure
you save the file with the original name; some
browsers suggest an invalid name in the Save File
dialog.
Unpack the contents with a
ZIP utility program (like WinZIP) or the
Java jar command. Follow the instructions in
the README-SRC.txt file in the distribution
package for details on how to compile the source code.
|