Image xlink not working

Anthony Rowlands <[email protected]> Mon, 20 May 2013 13:52:39 -0600
Newsgroups gmane.text.xml.batik.user
Message-ID <CAM--h55yL=kGXfY0Q3d7R9_JKDHooWfUPLJ=Ttyts6ZO1kun8A@mail.gmail.com>
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?