Java SAX and SVG files

2004-11-28 Thread Alice Cavallo
Hello all, 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 information) was after

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