George Armhold wrote:

We're having trouble with xml:space="preserve" attributes being set
twice during SVG document transformation.  When an SVG doc containing
a <style> tag with xml:space="preserve" is passed in, it seems to
print this attribute twice in the output.  I've attached a small
program and a simple SVG doc that demonstrates the problem.

This should now be fixed. The real problem is that when we provide the default value for this attribute we weren't providing the namespace so we had two attributes 'space' both with the prefix 'xml', but in different namespaces. This distinction is quickly lost when written back out.

A CVS update should now fix this.

This seems to have been mentioned a few times here in the past:

http://koala.ilog.fr/batik/mlists/batik-users/archives/msg02575.html
http://koala.ilog.fr/batik/mlists/batik-users/archives/msg02595.html
http://koala.ilog.fr/batik/mlists/batik-users/archives/msg02680.html

Is this a Batik problem, a Xerces problem, or something else?  We're
using the latest code from CVS, and JDK 1.4.2.





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to