Troubleshooting xsl transformations, Performing xsl transformations on the client – Adobe Dreamweaver CS3 User Manual
Page 451
DREAMWEAVER CS3
User Guide
444
Note: You need to surround string values such as true in quotes. Dreamweaver encodes the quotes for you (') so
that they are entered as valid XHTML.
You can create more complex filters that allow you to specify parent nodes as part of your filter criteria. In the
following example, you want to restrict the result set to those
item
nodes where the
store
’s
@id
attribute is equal to
1 and the
item
’s
price
node is greater than 5.
When you click OK, the following code is inserted in your XSLT page:
Content goes here
For more information and examples of repeating regions, see the
section in the Reference panel.
Troubleshooting XSL transformations
If you can’t get your XSL transformations to work, look at the troubleshooting guide available at
. It provides answers to many frequently asked questions.
Performing XSL transformations on the client
Workflow for performing client-side XSL transformations
You can perform client-side XSL transformations. Read about server-side and client-side XSL transformations and
about using XML and XSL with web pages before building pages that display XML data.
September 4, 2007