XML DOM importStylesheet() 메서드
정의와 사용법
importStylesheet() 메서드는 변환에 사용할 XSLT 스타일 시트를 지정합니다.
문법:
importStylesheet(stylesheet)
파라미터 | 설명 |
---|---|
stylesheet |
변환에 사용할 XSLT 스타일 시트. Document 또는 <xsl:stylesheet> 또는 <xsl:transform> 요소일 수 있습니다. |
설명
importStylesheet()는 향후 호출을 지정합니다 transformToDocument() 와 transformToFragment() 사용할 XSLT 스타일 시트.