Subject: RE: XSLT functions in XPath
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 10 Oct 2006 15:42:09 +0100
|
> 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/
|