Adobe Dreamweaver CC 2015 User Manual

Page 534

Advertising
background image

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 &gt; 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 &gt; 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

Advertising