I have an SVG file containing an image. when i load the svg in svgcanvas, the image does not load. The image tag is listed below.
<image xmlns:xlink="http://www.w3.org/1999/xlink" siteid="base" filepath="Image Library\Valves\Large\Green.gif" id="bg" style="image-rendering:optimizeSpeed;" width="100" xlink:show="embed" xlink:type="simple" preserveAspectRatio="xMidYMid meet" height="100" x="10" viewname="bg" y="10" xlink:href="http://localhost:8080/servlet/WESFWDataLink_BRK?strManagerName=InsertImageMngrSess&FMCT=OPEN&sess=7bbc0766-29d1-40a0-9532-e03780fb9d88&cert=1&filePath=Image LibraryValvesLargeGreen.gif&open=image&DLRM=oWESFMSSession&DLCT=S&ENC=0&OBJ=0" changeflag="true" xlink:actuate="onLoad" /> The xlink:href attribute contains &ersand; instead of &, could this be causing problems. I also dont receive any exception. The canvas just shows a broken link image. Whats the problem? - Do i have to set some base URL to object? Why? I ain't using any relative path. - Should i use & instead of &? How? When i set the URL for this image from java i dont use & . This & is something inserting by java dom (Is this assumption correct?). Naveed -- View this message in context: http://www.nabble.com/Images-with-xlink%3Ahref-attribute-set-to-an-URL-don%27t-open-tf4493040.html#a12814133 Sent from the Batik - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
