xsl-list
[Top] [All Lists]

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

2011-09-16 10:04:35
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--