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: foreach node question


Scott Purcell wrote:
> <xsl:for-each select="ad/ad_content">
> 
> I do not believe that is needed. If I use the following syntax: <xsl:apply-templates select="ad/ad_content" />
> doesn't that do the same thing? Iterate through each ad/ad_content?

Yes. The only difference is that the for-each element treats its
content as the template, whereas the apply-templates goes out and
looks for the best matching template for each node.

   - Mike
____________________________________________________________________________
  mike j. brown                   |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  resume: http://skew.org/~mike/resume/

 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]