Which way of coding is best in XSLT

wxdqz

New Member
I find most of them use <XSL:for-each> for using for loop.
Instead <xsl:apply-templates/> does it.
I find the apply-templates works fine without writing any XPATH
Suggest me the best way of writing code
 
Back
Top