HTML: Markup language
CSS: Styling language
JavaScript: Scripting language
Web APIs: Programming interfaces
All web technology
Learn web development
Discover our tools
Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
View in English Always switch to English
<xsl:strip-space> 요소는 공백을 지웠으면 하는 소스 문서의 요소를 정의합니다.
<xsl:strip-space>
<xsl:strip-space elements=LIST-OF-ELEMENT-NAMES />
elements
지우면 좋을 공백뿐인 텍스트 노드가 있는 소스의 요소 목록(빈칸으로 구분)을 지정합니다.
없음.
최상위, <xsl:stylesheet>나 <xsl:transform>의 자식이어야 함.
<xsl:stylesheet>
<xsl:transform>
XSLT section 3.4, Whitespace Stripping
지원함.