[
Lists Home |
Date Index |
Thread Index
]
You can't replace the parser in JDK 1.4 but you can set system properties to
make your application load a different one. However, it depends on how your
application is obtaining a parser - is it through the JAXP ParserFactory
class, or the SAXParserFactory, or perhaps a DocumentBuilderFactory...?
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: Jimmy Monin [mailto:jm.ais40@wanadoo.fr]
> Sent: 05 April 2005 14:11
> To: xml-dev@lists.xml.org
> Subject: [xml-dev] Replacing the XML parser in JRE 1.4&later
>
> Hi,
> We have a client/server application running on Tomcat with
> JDK 1.4 and
> web clients with JRE 1.4 or later. We recently merged to JDK 1.4 ;
> before we were using JDK 1.3 with JAXP and the Piccolo parser. As
> parsing speed is crucial to our application, we want to keep Piccolo.
> How can I "replace" the included Xerces parser in JDK1.4+
> with Piccolo?
>
> Thanks in advance,
>
> --
> Jimmy Monin
> Development & SCM
> EADS S&DE
>
>
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
>
>
|