xsl-list
[Top] [All Lists]

Re: [xsl] Issue with nested grouping

2007-12-02 16:41:07
Well Florent,

half the code base, twice the speed
that was definitely the way to go
thanks for your help

Geert






At 21:00 2/12/2007, you wrote:
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


--~------------------------------------------------------------------
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>
--~--



--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>