Re: parseXML and new document.

2003-06-30 Thread Jim Ley
"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

Re: parseXML and new document.

2003-06-30 Thread Thomas DeWeese
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

Re: parseXML and new document.

2003-06-26 Thread Thomas DeWeese
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