Hi,

On Wed, 2006-03-22 at 06:26 +0100, comlong zhao wrote:
> Hello thomas:
>     In your code, you have already used the toString way.
>             File f = new File("anne.svg");
>             doc = df.createSVGDocument(f.toURL().toString());
>    I use the annd.svg directly here.  When i run your code,  it also
> shows the error of
>   An I/O error occured while processing the URI:
>  "batikLogo.svg#Batik_Tag_Box"
>  specified on the element <use>
>         if i delete the element of use in anne.svg , it works well. Is
> it strange or i should not input the file name directly.
>      Thank you very much
>      zhao long
>   

anne.svg in batik sample directory contains reference to batikLogo.svg
in the same directory. So if you move anne.svg out from the sample
directory, you also need to copy / move batikLogo.svg as well. If not
the reference will be broken

Regards
Tonny Kohar
-- 
Sketsa 
SVG Graphics Editor
http://www.kiyut.com


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

Reply via email to