> I am having this problem for long time now and I don't know what
> to do. I am able to complie SaveAsJPEG.java sample file but when
> I try to run the class file with my sample svg file it generates
> following errors.

Could you please send us your document.

Anyway, before that, please check that your svg file has the following
header:

<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";>

<svg xmlns="http://www.w3.org/2000/svg";
     xmlns:xlink="http://www.w3.org/1999/xlink";
     ...>

...
</svg>

Thierry.



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

Reply via email to