Gergely Hajdu wrote:
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 :
The example looks fine. I wonder if there isn't something else in
the file that is triggering this. Several of our examples
look very similar.
<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 ?
I suspect the problem may be caused by something else in the file.
(for one thing it isn't clear the xlink:href" is a prefix "xlink" is).
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]