Ok, got it! Found the XalanSimplePrefixResolver and set it up for the xalan 
prefix and
namespace. This is cool! :)

/Rob

> -----Original Message-----
> From: Bielik, Robert 
> Sent: Monday, May 12, 2003 7:58 AM
> To: xalan-c-users@xml.apache.org
> Subject: Functions in XPathEvaluator
> 
> 
> 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