Subject: Re: Re: Keeping a running total?
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Mon, 17 Jul 2006 19:48:35 +0200 (CEST)
|
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
|