This is an enhancement to v1.10e. It adds "pluggable"
XML parsing. I'm submitting it as an enhancement "bug"
so that the source code is available to project members
(even though it is undocumented!). I will submit a more
complete list of files and dependant libs to the project
admin as soon as I can.
-- Tim.
Classes and Interfaces:
org.cybergarage.xml.Parser
org.cybergarage.xml.ParserException
org.cybergarage.xml.XmlParser
org.cybergarage.xml.parser.KxmlWrapper
org.cybergarage.xml.parser.XercesWrapper
JDK version:
1.3.1
Library version:
1.10e
REQUIREMENTS:
1. kxml2
2. xmlpull 1.1.4
USAGE:
1. The parser implementation must implement the
interface XmlParser.
2. set the parser implementation fully qualified class
name must be set as the system property
"org.cybergarage.xml.Parser", eg.
System.setProperty
"org.cybergarage.xml.Parser",
"org.cybergarage.xml.parser.KxmlWrapper");
Logged In: YES
user_id=559351
I have added other XML parser interface from v1.3, but It is
good to select the parser using the system property :-)