Hi Moovida: 

I made a bit of progress debugging; the code that is failing is here:

        RenderableSVG svg = glyphCache.get(svgfile);
        if(svg == null) {
            String parser = XMLResourceDescriptor.getXMLParserClassName();
            SAXSVGDocumentFactory f = new SAXSVGDocumentFactory(parser);
            Document doc = f.createDocument(svgfile.toString());
            svg = new RenderableSVG(doc);
            glyphCache.put(svgfile, svg);
        }


The error is:
- java.io.IOException: SAX2 driver class org.apache.xerces.parsers.SAXParser 
not found

So it is not actually a batik issue... I think we need to pay attention to the 
version of xerces available; it could be as simple as things changing at the 
java or eclipse 3.7 level. 

-- 
Jody Garnett

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to