I am using FOP to generate SVG-file format.

When I am using the org.apache.batik.transcoder package
to transcode the SVG-file to TIFF-image I get this error-message

Undeclared prefix: "xlink:href".

This prefix looks like :

<a xlink:href="#svgView(viewBox(0, 0.0, 595, 842))" xlink:type="simple"
           xlink:actuate="onRequest" xlink:show="replace"
           xmlns:xlink="http://www.w3.org/1999/xlink";>
            <rect width="297.0" x="0.0" height="842.0" y="0.0"
                  style="fill:blue;visibility:hidden"/>
</a>

in my SVG-file.

When I am removing this prefix manually ( by changing the file directly )
the transcoder generates the image coorectly.

So I wonder, how can I avoid this error, WITHOUT having to remove the
prefix from the SVG-file manually ?

Thanks in advance
/Gergely


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to