You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Zeljko VELAJA <zv...@visualfriendly.com> on 2003/03/31 10:46:32 UTC

XPath function extensions

Hi !

How can I write an own XPath function in order to access it from the
XPathAPI ? In the mailing list archive I found an example where Function was
extended and then FunctionTable.installFunction called. Yet it seems that
this is the way Xalan declares its built-in functions. How can I do with
extensions associated with a namespace ? There's certainly things to be done
with the ExtensionsTable class, but I cannot understand how to use it. Can
someone help ?