I want to use the 1.2 flowtext functionality for better dynamic text support, that is, not to use tspan to break a paragraph. Although I�ve included the relevant programs such as org.apache.batik.extension.svg and I know ExtensibleSVGDOMImplementation.java is called, I still got the following error:

 

java.io.IOException: The current document is unable to create an element of the requested type (namespace: http://www.w3.org/2000/svg, name: flowText).

            at org.apache.batik.dom.util.SAXDocumentFactory.createDocument(SAXDocumentFactory.java:356)

            at org.apache.batik.dom.util.SAXDocumentFactory.createDocument(SAXDocumentFactory.java:277)

            at org.apache.batik.dom.svg.SAXSVGDocumentFactory.createDocument(SAXSVGDocumentFactory.java:160)

            at org.apache.batik.dom.svg.SAXSVGDocumentFactory.createSVGDocument(SAXSVGDocumentFactory.java:84)

            at org.apache.batik.bridge.DocumentLoader.loadDocument(DocumentLoader.java:92)

            at org.apache.batik.swing.svg.SVGDocumentLoader.run(SVGDocumentLoader.java:72)

Could you help me to figure out what I missed to include? And how could I set up to use the FlowText functionality? Thanks a lot.

 

With best regards,

William



STOP MORE SPAM with the new MSN 8 and get 3 months FREE*. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to