You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "Winkley, Dennis x66244" <DW...@bis.adp.com> on 2000/06/19 19:09:52 UTC

unexpected modification of xml

First, I am using xerces 1.0.3 because I am also using xalan.

I have something similar to the following:
<xmltag>Hi there</xmltag>
but the string I get back when I use either getData() or getNodeValue() on
the text node appears to be "Hi\nthere"

is this a bug in 1.0.3, is there some why I can control how either getData()
or getNodeValue() handles the string, or is there some other function I can
use that will handle it correctly?

Dennis