Re: [xsl] triggering xslt-functions from source

Subject: Re: [xsl] triggering xslt-functions from source
From: Manuel Baehnisch <s716631@xxxxxxxxxxxxx>
Date: Sat, 12 Nov 2005 04:45:54 +0100
Looks like I found one answer myself. The saxon:evaluate() function works.
And as I read in Michaels book, there no other way in XSLT2.0.

Manuel Baehnisch

MB> I was wondering if it is possible to trigger xslt-functions out of the
MB> source-tree.

MB> Lets say your source-xml has an element as the following:
MB> <foo function="xsl:tokenize(...)" parameters="..."/>

MB> Is it somehow possible to use that as:
MB> <xsl:value-of select="foo/@function"/>

Current Thread