Is there a simple way to make use of the Xalan extension functions within XPath
evaluations (i.e. not in XSL transformation) ?

That is, something like:

XPathEvaluator evaluator;
const XObjectPtr result = evaluator.evaluate(DOMSupport, contextNode, 
L"xalan:distinct('elements/@value')");

Or is it necessary to run in by XalanTransformer ??

TIA
/Rob

Reply via email to