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 tn...@ca.ibm.com on 2000/12/06 15:16:36 UTC

xerces-c-dev@xml.apache.org

> DOM_NodeList nList = m_parser->getDoc().getChildNodes();

I don't recall Xerces-C has a function called getDoc().  Is this your
application code?  May be this getDoc() got some platform specific code
leads to the problem?

Besides try running your XML file against the sample DOMPrint, if it works
on both platform, then it's most likely your application traversing code
leads to the difference.

Tinny