Dave,
Yes. But I see it uses .xsl file as input to the transform() function. Is there
any other way of doing it without using .xsl and any other file ?
Thanks for your reply.
-Indrajit
On Tue, 20 Feb 2007 David Bertoni wrote :
>Indrajit Bhattacharya wrote:
>>Hi,
>>
>>I have a query on XPath:
>>
>>Is it possible to add extra functions to XPath 1.0 specifications, such that
>>Xalan could
>>call those functions actually implemented by me in my application, without
>>using XSL ?
>>
>>For example: If I have some expression "cube('id('some-id')), where id() is
>>XPath function and
>>cube() is mine.
>>
>>Please let me know how to do it.
>
>You can look at the ExternalFunction sample.
>
>Dave