Re: Xerces2 vs Xerces1 Element Text Parsing Implementation

2008-10-27 Thread Fuzzo
Hi! Many many thanks for answer! Problem solved with a StringBuffer! :jumping: Michael Glavassevich-3 wrote: > > > Hi, > > Fuzzo <[EMAIL PROTECTED]> wrote on 10/22/2008 03:54:18 AM: > >> Hi all! >> >> Let me explain the problem with an examp

Xerces2 vs Xerces1 Element Text Parsing Implementation

2008-10-22 Thread Fuzzo
Hi all! Let me explain the problem with an example. I have to parse an XML in this form: some_text_with_%_symbol With Xerces1 SAX parser, the element text (some_text_with_%A7_symbol) is parsed in one solution with full length invoking the characters(char[] ch, int start, int length) method. Wi