[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Issue with nested grouping

Subject: Re: Issue with nested grouping
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Sun, 2 Dec 2007 21:00:10 +0100 (CET)
Re:  Issue with nested grouping
Florent Georges wrote:

>    <xsl:template match="wx:sub-section">
>       <xsl:copy>
>          <xsl:copy-of select="@*"/>
>          <xsl:apply-templates select="w:p[1]" mode="my:group"/>
>       </xsl:copy>
>    </xsl:template>

  There is no reason to not apply template to the nodes before the
first W:P (for instance text nodes part of the indentation).  So you
should replace "w:p[1]" by "node()[1]".  That's more in accordance to
the modified identity pattern: specific handling logic is better put in
match pattern than in select attributes.

  Regards,

--drkm






















      _____________________________________________________________________________ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.