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

RE: [xsl] Re: Keeping a running total?


Subject: RE: [xsl] Re: Keeping a running total?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 17 Jul 2006 18:54:05 +0100

In both cases of course the match="" should be select="".

Michael Kay
http://www.saxonica.com/



> -----Original Message-----
> From: Florent Georges [mailto:darkman_spam@xxxxxxxx]
> Sent: 17 July 2006 18:49
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: [xsl] Re: Keeping a running total?
>
> Steve wrote:
>
> > <xsl:for-each select='$var//x'>
> >  <xsl:apply-templates match='.' />
> > </xsl:for-each>
>
>   Can be simplified in:
>
>     <xsl:apply-templates match='$var//x'/>
>
>   Regards,
>
> --drkm
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> ______________________________________________________________
> _____________
> Yahoo! Mail riinvente le mail ! Dicouvrez le nouveau Yahoo!
> Mail et son interface rivolutionnaire.
> http://fr.mail.yahoo.com


Current Thread