Bruno, I think that either the xlink:href attribute is missing on the <image> element or that you omited the SVG DOCTYPE declaration at the top of your SVG file.
I hope this helps. Vincent. Bruno Polder wrote: > > Hi, > > i want to use batik, to convert SVG's to PDF. I've built a test-svg to see if it >works. > Everytime i try to convert the svg, i get th following BridgeException: > > org.apache.batik.bridge.BridgeException: file:/e:/testsvg/test1.svg:0 > The attribute 'xlink:href' of the element <image> is required > at >org.apache.batik.bridge.SVGImageElementBridge.createGraphicsNode(SVGImageElementBridge.java:83) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
