You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Christopher Tremblay <Ch...@corel.com> on 2001/11/28 21:17:54 UTC

Parsers used in Batik

Hi,
 
I just have a question concerning the parsers that are used in Batik.  I
am a little confused.
I believe the project is using 
Xerces for XML parsing,
Koala for CSS parsing and
Xalan for XSLT...  is this correct?
If so, why is there a Crimson XML parser, is this just for the build
process?
 
thanks in advance,
Chris
 

Re: Parsers used in Batik

Posted by Stephane Hillion <sh...@ilog.fr>.
On Wednesday 28 November 2001 21:17, Christopher Tremblay wrote:
> I just have a question concerning the parsers that are used in Batik.  I
> am a little confused.
> I believe the project is using
> Xerces for XML parsing,
> Koala for CSS parsing and
> Xalan for XSLT...  is this correct?
> If so, why is there a Crimson XML parser, is this just for the build
> process?
>

The only external library needed by the Batik applications is a SAX2 parser. 
Crimson (in lib/crimson-parser.jar) is used by default.
 
The jar files in lib/build are used during the build process only.
Ant comes with Crimson, Stylebook (the documentation tool) comes with Xalan 
and Xerces. We let each application use its preferred XML parser to avoid 
possible version and compatibility problems.
--
  Stephane.

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org