On Monday 06 August 2001 06:32, - X�r�K��l - wrote:
> hi all,
>
> i just want to ask whether i can use normal XML parsers to parse SVG(for
> example: Xerces). or i can only use batik to work with SVG.
> thanks a lot!
You can use any XML parser to parse SVG as SVG is XML. Though, if you want to
render an SVG file, you have to use Batik. Batik works with any XML parser.
The default one is crimson.
To set your own XML parser for all batik module, use the
XMLResourceDescriptor.setXMLParserClassname() in the org.apache.batik.util
package.
Thierry.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]