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.

Reply via email to