[xsl] XPath function for <xsl:apply-templates/>?

Subject: [xsl] XPath function for <xsl:apply-templates/>?
From: Christian Mahnke <cmahnke.sub@xxxxxxxxxxxxxx>
Date: Mon, 18 Nov 2013 15:11:38 +0100
Hi,
might have been asked here before but is there some XPath function that works
like <xsl:apply-templates/>?
This would be good for readability. Ill give you an example, currently I do
this:

                        <xsl:variable name="content">
                            <xsl:apply-templates mode="filter"/>
                        </xsl:variable>
                        <xsl:copy-of select="a18:field('place', $content)/>

What Iam asking for would look like this:

                        <xsl:copy-of select="a18:field('place',
apply-templates('filter'))/>


Any thoughts?
There is probably an extension for this.

Best,
Christian

Current Thread