XSLT <xsl:comment> 요소
정의와 사용법
<xsl:comment> 요소는 결과 트리에서 주석 노드를 생성합니다.
문법
<xsl:comment> <!-- Content:template --> </xsl:comment>
속성
None
실례
예제 1
<xsl:comment>This is a comment!</xsl:comment>
<xsl:comment> 요소는 결과 트리에서 주석 노드를 생성합니다.
<xsl:comment> <!-- Content:template --> </xsl:comment>
None
<xsl:comment>This is a comment!</xsl:comment>