Lance Zhang wrote:
>
> I am using Xerces DOM parser,
It is useful to provide a version of the parser.
> but I found the text in
> a text node got reordered after I read it if it
We had a bug in Xerces 2.0.0. It was fixed in Xerces 2.0.1.
Thanks,
--
Elena Litani / IBM Toronto
---
I am using Xerces DOM parser, but I found the text in
a text node got reordered after I read it if it
contains a special character or entity.
The 'abc&' was read like '&abc'.
Then, I tried to use the DOM parser in VA java
provided by IBM and it worked correctly.
Does anyone meet this problem befo