Just joined the forum; apologies if this question has been asked (I couldn't find anything in a Google search indicating it had been).
I've noticed that Batik claims to support SVG 1.1. However, the SVG_SYSTEM_ID and SVG_VERSION constants conform to SVG 1.0 and Batik generates the DTD and version parameters in the outputted document according to those values. Is that the correct behavior? I'm using Batik 1.7 within a Java web application to generate SVG images. Also, is there any way to insert ProcessingInstructions in a created document to instruct a browser to use a CSS xml-stylesheet? I've tried every permutation I can think of to insert the values, and Batik seems to just ignore my efforts. Thanks! Justin