Jaspreet Singh wrote:
Yes, there where example how to register external function to /XalanTransformer object/ and /only/ then use it. Other way when I use SAX and XPathEvaluator, work with my own tags that represent C++ classes. So I'd like to have some special functions like timestamp(), ctime() and so on. Can I add permanently or register in other way some external functions to use 'em with XPathEvaluator object, may be I can organise'em in special lib?Hi
-----Original Message-----
From: Akim Boyko [mailto:[EMAIL PROTECTED]
Sent: Friday, November 14, 2003 4:27 PM
Did anybody know how to organise own XPath functions library like Xalan-C 'extension function lib', as XalanTransformer is unrichable when I use XPathEvaluator. Or may be there are another way?..
do you want to install your own xpath function? if this is the case there is an example showing how to install an external function.
Thanks Jaspreet
Thanks
Akim
