Ulf Holm Nielsen wrote:
I am having the same problem as http://koala.ilog.fr/batik/mlists/batik-users/archives/msg05002.html
This code works if I output the document to a string and uses a stringreader as input. Therefore I assume that the document is as it should be.
On 13.01.2004, at 21:33, Thomas DeWeese wrote:
While this seems like an excellent test it is in fact quite poor as many namespace issues can be corrected by doing this.
You might try printing the namespace of the root node (and perhaps some of the other nodes).
You are absolutely right, I thought I had checked the namespaces... but it turns out that the namespaces for width and height for some reason was set to an empty string "" instead of null.
I actually don't think this will cause the above problem. AFAIK Batik treats the "" namespace the same as the 'null' namespace. However all your svg elements must be in the proper SVG namespace.
Thanks for the fast reply..
Best regards,
Ulf Holm Nielsen
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
