On Wednesday 12 September 2001 21:35, Mikael Ståldal wrote:
Hi,
> OK, but Crimson hardcoded as the default, isn't it?
What does that mean?
We don't want our users to have to specify an XML parser in order to use
batik - so we need to provide one amyway.
>
> Why isn't JAXP used to find the parser to use?
Batik is an SVG toolkit and the XML parser is really the low level part of
our SVG implementation. In Batik, there is a class (XMLResourceDescriptor)
that easily lets you control how to get the XML parser for *all* batik
modules - so users can easily control how the XML parser is created (using
JAXP or not).
We have decided to provide a low level solution on purpose. We don't see the
need of using JAXP in our low level approach - but users can do it if they
want to (how and which XML parser is better for their system).
Thanks for your comment.
Thierry.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]