Tomaz Erjavec wrote:
><xsl:template match="/">
> <xsl:variable name="content">
> <xsl:apply-templates/>
> </xsl:variable>
> <xsl:apply-templates select="$content"/>
></xsl:template>
>
>
>
xmlns:exsl="http://exslt.org/common"
and then
select="exsl:node-set($content)"
--
Sebastian Rahtz
Information Manager, Oxford University Computing Services
13 Banbury Road, Oxford OX2 6NN. Phone +44 1865 283431
OSS Watch: JISC Open Source Advisory Service
http://www.oss-watch.ac.uk
|