xsl-list
[Top] [All Lists]

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

2006-07-17 10:48:52
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 réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire.
http://fr.mail.yahoo.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>
--~--