XSLT <xsl:comment> 요소

정의 및 사용

<xsl:comment> 요소는 결과 트리에서 주석 노드를 생성합니다.

문법

<xsl:comment>
<!-- Content:template -->
</xsl:comment>

속성

None

예제

예제 1

<xsl:comment>This is a comment!</xsl:comment>