Please excuse the non-xerces posting but I have tried posting this to
xalan-c-dev but it never appears on the posting so I am trying it here.

I have the following

NodeRefList nodeset = getNodeRefList(_context,_expr) ;
if ( nodeset.getLength() >= 1 )
  DOM_NOde aNode =
(XercesDocumentBridge*)(doc))->mapNode(nodeset.item(0));

the node returned is the text node of the node rather than the node. Any

idea on why?  thanks...charlie



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to