Thomas,
I checked my SVG markup and am not sure how I would change this as I'm
using an xlink:href. Here is an example:
<svg:image
x="<c:out value="${p.canvasX -
canvas.runChartMarkerStarRadius}"/>"
y="<c:out value="${p.canvasY -
canvas.runChartMarkerStarRadius}"/>"
width="<c:out value="${2*canvas.runChartMarkerStarRadius}"/>"
height="<c:out value="${2*canvas.runChartMarkerStarRadius}"/>"
preserveAspectRatio="xMinYMin meet"
xlink:href="images/allTimeBest/<c:out
value="${cmSummary.allTimeBestIcon}"/>"
<c:if test="${outputFmt != 'PDF'}">
pointer-events="visible"
onmouseover="ShowTooltip(evt,<c:out
value="${ttDex}"/>,false)"
onmouseout="HideTooltip()"
onmousedown="ShowTooltip(evt,<c:out value="${ttDex}"/>,true)"
onmouseup="HideTooltip()"
</c:if>
>
Any additional ideas?
Thank you - Richard
-----Original Message-----
From: Thomas DeWeese [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 03, 2005 5:08 AM
To: Batik Users
Cc: [EMAIL PROTECTED]
Subject: Re: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could
not be built"
Hi Richard,
Well, I don't really know but the first thing that struck me
was that the URL in question was a little hokey looking.
Normally they would start, "file:///c:/..." or sometimes I'll
see "file:/c:/..." (the first is the correct one AFAIK).
Is it possible you goofed when you updated the root of
the install for jakarta-tomcat-5.5.7?
Richard Mixon (qwest) wrote:
> My build of FOP from 2004/05/29 works fine on Sun Java 1.4.1_02 with
> Tomcat 5.0.19, but when I move toSun Java 1.5.1 and Tomcat 5.5.7 I get
> the URI I/O error listed below. This build included a Batik.jar with
> files dates 10/11/2003.
[...]
> 19:34:42,179 ERROR [TP-Processor1] PDFXMLHandler:253 - svg graphic
could
> not be built: file://c:/jakarta-tomcat-5.5.7/webapps/stars/.:-1
> An I/O error occured while processing the URI
>
'file://c/jakarta-tomcat-5.5.7/webapps/stars/images/allTimeBest/SmileyFa
> ce.gif' specified on the element <image>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]