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:
- Switch to Code view (View > Code)
- Select the code you want to comment.
- On the Coding toolbar, click the Apply Comment button and select Apply <xsl:comment></xsl:comment> Comment.