Anthony the declaration for the correct namespace ? Martin
______________________________________________ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Mon, 20 May 2013 14:33:23 -0600 Subject: Re: Image xlink not working From: draftoma...@gmail.com To: batik-users@xmlgraphics.apache.org Found the problem. I wasn't setting my xlink namespace correctly. On Mon, May 20, 2013 at 1:52 PM, Anthony Rowlands <draftoma...@gmail.com> wrote: I'm trying to use PNGTranscoder on an SVG Document that has nothing but an image tag in it. I am trying to xlink to an image on my local filesystem, and then convert to PNG. I get this error: org.w3c.dom.DOMException: The given name ("/absolute/path/to/image.png") is an invalid XML name. The same SVG file loads into a browser without any problems. Any ideas?