You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/01/08 21:05:24 UTC

DO NOT REPLY [Bug 5749] - getChildNodes not giving the correct info

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5749>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5749

getChildNodes not giving the correct info





------- Additional Comments From jsp@pkc.com  2002-01-08 12:05 -------
I imagine your document has something like:

<elem1>
  <elem2>
    text
  </elem2>
</elem1>

If so, getChildNodes() is behaving correctly. The first child of <elem1> is a
text node containing a line break and two spaces.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org