This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: <xsl:apply-templates> or <xsl:for-each> ??


Hi,

> I am really very much confused regarding when you make use of 
> <xsl:apply-templates> and when you make use of <xsl:for-each>
> since i come from a programming background, it makes more 
> sence for me to 
> use <xsl:for-each> as I can imagine each node that is 
> processed in a loop .

Yes, but it's not a loop. You select a set of nodes and then process them in document order.

> But technically <xsl:apply-templates> seems to be doing the same job.
> can some one advice me as to when exactly do we make use of 
> <xsl:apply-templates> and when <xsl:for-each> is best used??

I suppose it's a matter of taste, but if you're a beginner, I'd suggest you use xsl:apply-template with templates to first fully understand how XSLT processing works. Then, when you're comfortable with it, you'll probably understand yourself when xsl:for-each makes your life easier and when to stick with xsl:apply-templates.

Santtu

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]