Re: getChildNodes seems to return invalid info.

2001-10-03 Thread Joseph_Kesselman
>the lenght should be 2 , but it returns 5. Don't forget to count the Text nodes which represent the whitespace surrounding the child elements, unless you have set the parser to discard whitespace-in-element-content _and_ are validating against a DTD or schema which says that PCDATA is forbidden

getChildNodes seems to return invalid info.

2001-10-03 Thread Eva Ko
Hi , I try to use the getChildNodes, but it return result and then core dump. Am I doing anything incorrectly? I really need some help here. I am using xerces C++ from the nightly build (9/14) on solaris. I also attached my full code and data file. thanks for your help in advance. My xml lo