S
Scott Simpson
Can you query from a non-root node using XPathAPI's function
selectNodeList(Node contextNode, java.lang.String str)? I'm trying this
using the XPath expression "//*" and I'm getting nothing back. I know the
node I pass to this function has data in it because I'm inspecting it in the
debugger using Eclipse. The Javadoc doesn't say you can't query from a
non-root node. Thanks.
selectNodeList(Node contextNode, java.lang.String str)? I'm trying this
using the XPath expression "//*" and I'm getting nothing back. I know the
node I pass to this function has data in it because I'm inspecting it in the
debugger using Eclipse. The Javadoc doesn't say you can't query from a
non-root node. Thanks.