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
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