I had to replace the following line of code

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"

with
xlink:href="http://localhost:8080/servlet/WESFWDataLink_BRK?strManagerName=InsertImageMngrSess&FMCT=OPEN&sess=7bbc0766-29d1-40a0-9532-e03780fb9d88&cert=1&filePath=
Image%20LibraryValvesLargeGreen.gif&
open=image&DLRM=oWESFMSSession&DLCT=S&ENC=0&OBJ=0"

i.e, changing the space between "Image Library" to %20.
This solved my broken image link problem.

Naveed
-- 
View this message in context: 
http://www.nabble.com/Images-with-xlink%3Ahref-attribute-set-to-an-URL-don%27t-open-tf4493040.html#a12850270
Sent from the Batik - Users mailing list archive at Nabble.com.


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

Reply via email to