Re: Java SAX and SVG files

2004-11-29 Thread Alice Mello
Tonny, I was not successful in installing any of the converters you suggested on my laptop under XP. As soon as I have more time, I will try again. Thanks, Alice Tonny Kohar wrote: Hi, Do you suggest any free-ware that converts jpg to svg and conform to the SVG DTD? Maybe you could try - PoTra

Re: Java SAX and SVG files

2004-11-29 Thread Tonny Kohar
Hi, > Do you suggest any free-ware that converts jpg to svg and conform to > the SVG DTD? Maybe you could try - PoTrace - AutoTrace - Delinate - front end for PoTrace and Autotrace All those available at sourceforge.net Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com

Re: Java SAX and SVG files

2004-11-29 Thread Thomas DeWeese
Alice Cavallo wrote: I set factory.setValidating(false); than the the SAx Parser gave me the right reading of the SVG file. But the error (below) showed up at the end. I get this error if I have two lines in my Document. As to your other sample file that was a gzip compressed SVG file (it sh

Re: Java SAX and SVG files

2004-11-29 Thread Alice Cavallo
Thank you Thomas, I set factory.setValidating(false); than the the SAx Parser gave me the right reading of the SVG file. But the error (below) showed up at the end. Hopufully when I add this class to my tool it won't make the whole sapplication crash. Do you suggest any free-ware that converts

Re: Java SAX and SVG files

2004-11-28 Thread Thomas DeWeese
Hi Alice, Alice Cavallo wrote: I am trying to read and process SVG files from a Java application. I am trying to use SAX, but there is some characters that are not understood by SAX. For example, the only way SaxParser could read properly the SVG file (without any error and outputing the right info