[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Transformation Grouping Problem (XSLT 2.0, Saxon-PE 9.3.0.5)


Subject: Re: [xsl] Transformation Grouping Problem (XSLT 2.0, Saxon-PE 9.3.0.5)
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Fri, 16 Sep 2011 15:59:58 +0100

I also messed up...

> <xsl:template match="book">
>  <xsl:copy>
>    <xsl:result-document ...>
>      <xsl:apply-templates select="*[not(*)]"/>

The result-document should wrap the copy...

Time for several pints, I think.


--
Andrew Welch
http://andrewjwelch.com


Current Thread