Title: Message
Thanks Kevin
 
The batik application is failed to open the svg files which don't have the header.  Then i have inserted the following header and it is working fine.

------------------------------------------------------------------------------------------------------------------------------------

<?xml version="1.0" standalone="no"?>

<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN"

"http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd" >

------------------------------------------------------------------------------------------------------------------------------------

now i am having problem with opening the attached svg file.  It looks compressed format but not svgz.  any idea?

Thanks

Shan

 
From: Shan Kajendran

> ....the application is throwing the following error.
>
>"The prefix "xlink" for attribute "xlink:href" is not bound"

Sounds like you are missing a namespace declaration.  Typically, people define this on the top-most svg element, like so:
 
    <svg xmlns:xlink="http://www.w3.org/1999/xlink" ... >
 
Kevin
KevLinDev - http://www.kevlindev.com

<<attachment: eggs.svg>>

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

Reply via email to