Inserting XSL comments

Inserting XSL comments

You can add XSL comment tags to a document, or you can wrap a selection in XSL comment tags.

To add XSL comment tags to a document:

  • Do one of the following:
    • In Design view, select Insert > XSLT Objects > XSL Comment, type the contents of the comment (or leave the text box blank), and click OK.
    • In Code view, select Insert > XSLT Objects > XSL Comment.

To wrap a selection in XSL comment tags:

  1. Switch to Code view (View > Code)
  2. Select the code you want to comment.
  3. On the Coding toolbar, click the Apply Comment button and select Apply <xsl:comment></xsl:comment> Comment.


Getting Started with Dreamweaver
Dreamweaver Basics
Working with Dreamweaver Sites
Laying Out Pages
Adding Content to Pages
Working with Page Code
Preparing to Build Dynamic Sites
Making Pages Dynamic
Defining Sources of Dynamic Content
Developing Applications Rapidly