Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] svg madness

Hei Jody, you where thrown out of IRC, so I write here.
I debugged the svg problem into the
org.geotools.renderer.style.SVGGraphicFactory

in
getIcon

when it tries to create the svg:
            String parser = XMLResourceDescriptor.getXMLParserClassName();
            SAXSVGDocumentFactory f = new SAXSVGDocumentFactory(parser);
            Document doc = f.createDocument(url.toString());
            svg = new RenderableSVG(doc);
            glyphCache.put(svgfile, svg);

it throws:
java.io.IOException: SAX2 driver class
org.apache.xerces.parsers.SAXParser not found

I have to run now, will be back in a couple of hours.

Later,
Andrea


Back to the top