Hello I would like to use batik to get SVG files from http
server, everything goes fine so far but when I want to use for example asp page
I get strange error. The string which I’m using to get SVG file from
server looks like this: When I put this to
SVGCanvas.setURI() function I get this error: java.io.IOException:
The reference to entity "strLayers" must end with the ";"
delimiter at
org.apache.batik.dom.util.SAXDocumentFactory.createDocument(Unknown Source) at
org.apache.batik.dom.util.SAXDocumentFactory.createDocument(Unknown Source) at
org.apache.batik.dom.svg.SAXDocumentFactory.createDocument(Unknown Source) at org.apache.batik.dom.svg.SAXDocumentFactory.createSVGDocument(Unknown Source) at org.apache.batik.bridge.DocumentLoader.loadDocument(Unknown
Source) at
org.apache.batik.swing.svg.SVGDocumentLoader.run(Unknown Source) Can you help me how to solve this problem Thanks Bartek |