Hello I'm using Xerces SAXParser to parse a KML file that I want to convert the coordinates. By cons, in a certain place in the file, I receive in the event Characters, a line that was cut and the rest of the line is lost. This data loss is causing me a huge problem in rendering. Is is possible to avoid this problem ?
P-L