|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xsl:for-each-group and identity transform
Thanks Carlisle and Owen On 1/23/09, Owen Rees <owen.rees@xxxxxx> wrote: > --On 23 January 2009 15:07 +0100 Jesper Tverskov wrote: > > > But this (my) template works: > > > > <xsl:template > match="element()|comment()|processing-instruction()" > > mode="group"> <xsl:copy-of select="current-group()"/> > > </xsl:template> > > > > Change it to: > > <xsl:template > match="element()|comment()|processing-instruction()" > mode="group"> > <xsl:apply-templates select="current-group()"/> > </xsl:template> > > Don't forget to add the default mode identity template and whatever other > default mode templates you need to adjust the non-h elements. > > -- > Owen Rees; speaking personally, and not on behalf of HP. > ======================================================== > Hewlett-Packard Limited. Registered No: 690597 England > Registered Office: Cain Road, Bracknell, Berks RG12 1HN > > -- Jesper Tverskov http://www.xmlkurser.dk http://www.xmlplease.com
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






