1. Create a XercesDOMParsedSource using XalanTransformer::parseSource 2. Call XercesDOMParsedSource::getDocument() 3. Call ::getChildNodes() on an element in that document 4. Every Node in that XalanNodeList is NULL (but the list size is correct)
Is this expected behavior? Tracing through XercesDocumentBridge::mapNode, I noticed: - theXercesNodeImpl != 0 - m_nodeMap.getNode(theXercesNodeImpl) => 0 - m_mappingMode = false Which leads to the NULL result. Cheers, Brian
