Re: [xsl] foreach node question

Subject: Re: [xsl] foreach node question
From: Mike Brown <mike@xxxxxxxx>
Date: Tue, 25 Jun 2002 14:48:07 -0600 (MDT)
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


Current Thread