[xsl] foreach node question

Subject: [xsl] foreach node question
From: "Scott Purcell" <spurcell@xxxxxxxxxxxxx>
Date: Tue, 25 Jun 2002 12:56:28 -0500
Hello,
I have an xml document that contains a lot of nodes that are pathed to ad/ad_content. Some previous xsl code goes through each of the nodes with the following code:

<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?

Sorry if this may seem silly, but I am just getting rolling, and when picking up old code, it creates a tricky environment.

sincerely
Scott


				

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


Current Thread