Actually its there, but the class
net.sf.saxon.dom.DOMNodeList seems to be not recognized.
As you see in the class net.sf.saxon.dom.DOMObjectModel
public boolean isRecognizedNode(Object object) {
return object instanceof Node && !(object instanceof
NodeOverNodeInfo);
}
NodeList isn't a recognized class.
It's not recognized as representing a node, because it doesn't represent a
node.
What are you actually trying to do?
Michael Kay
http://www.saxonica.com/
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--