"Thomas DeWeese" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> The issue I ran into was cases like:
> a = parseXML("", null);
>
> If the base document is provided and it is an SVG document then the
> resulting 'rect'
> element will be an svg rect (in the svg namespace) in a
Thomas DeWeese wrote:
Jim Ley wrote:
Hi,
With my SVG application, I currently only have 1 issue with Batik
1.5beta 5 serious enough that I need to fork the script to seperate
ASV from Batik:
a=parseXML("",null)
This works in ASV for creating a new document, however in Batik it
produces an
Jim Ley wrote:
Hi,
With my SVG application, I currently only have 1 issue with Batik 1.5beta 5 serious enough that I need to fork the script to seperate ASV from Batik:
a=parseXML("",null)
This works in ASV for creating a new document, however in Batik it produces an error, and you can only pr