You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Kristofer Agren <kr...@epani.com> on 2001/09/04 17:43:25 UTC

XPathEvaluator

Hey all.

I'm having trouble with the XPathEvaluator class, I'm trying to run an
XPath command that includes a namespace 'ssls' but I'm not getting
anything back even though it should be there. If a run an XPath command
without a namespace it works fine. 

Example:

---
XPathEvaluator xEvaluator;
XercesDOMSupport xDOMSupport;
XalanNode *pRootNode = the documentElement;

XalanNode *pxNode = xEvaluator.selectSingleNode(xDOMSupport, pRootNode,
"//ssls:section", 0);
---

Thanks for any help.

Kristofer Agren
Epani, Inc.