Adobe Dreamweaver CS3 Manual do Utilizador Página 451

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 450
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:
<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.
Troubleshooting XSL transformations
If you can’t get your XSL transformations to work, look at the troubleshooting guide available at
www.adobe.com/go/dw_xsl_faq. 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
Vista de página 450
1 2 ... 446 447 448 449 450 451 452 453 454 455 456 ... 737 738

Comentários a estes Manuais

Sem comentários