Guys, I currently work on GIS Mapping application that requires SVG Import/Export functionality. In particular I am working on SVG georeferencing implementation as it is described in SVG spec 1.1 http://www.w3.org/TR/SVG11/coords.html#GeographicCoordinates SVGDOMImplementation class from batik library has a bunch of inner protected static factories that can be used for creating different SVG elements. One of those factories is SVGDOMImplementation.MetadataElementFactory <http://xmlgraphics.apache.org/batik/javadoc/org/apache/batik/dom/svg/SV GDOMImplementation.MetadataElementFactory.html> that to the best of my understanding should be used to create a <metadata> element. All my experiments with this library didn't produce result as expected. Document comes back without any <metadata> stuff generated. Does anybody know how to use batik to add <metadata> tag to SVG document that SVGGraphics2D class generates?
Your help is highly appreciated. Thanks, Vlad.
