On Thu, 19 Jul 2001, Heathcote, Guy wrote: > Code in the characters() callback is just: > > public void characters(char[] ch, int start, int end) throws > SAXException
I think this is your problem - the parameters to characters are the character array, the starting index, and the *length* of the chunk, not the end index. Ian -- Ian Roberts, Software Engineer DecisionSoft Ltd. Telephone: +44-1865-203192 http://www.decisionsoft.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
