
527
XML
Last updated 6/3/2015
When you click OK, the following code is inserted in your XSLT page:<xsl:for-each select="provider/store[@id =
1]/items/item[price > 5]"> Content goes here </xsl:for-each>
For more information and examples of repeating regions, see the <xsl:for-each> section in the Reference panel.
<xsl:for-each select="provider/store[@id = 1]/items/item[price > 5]">
Content goes here
</xsl:for-each>
More Help topics
Working with Dreamweaver sites
Using XML and XSL with web pages
Client-side XSL transformations
Server-side XSL transformations
Previewing XML data
Presenting content with tables
XML data and repeating elements
Server-side XSL transformations
Use Design-Time style sheets
Kommentare zu diesen Handbüchern