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:include> 요소는 한 스타일시트의 컨텐트를 다른 스타일시트에 합칩니다. <xsl:import>와는 달리, 포함되는 스타일시트의 컨텐트는 포함하는 스타일시트의 컨텐트와 우선순위가 정확히 같습니다.
<xsl:include>
<xsl:import>
<xsl:include href=URI />
href
포함할 스타일시트의 URI를 지정합니다.
없음.
최상위, <xsl:stylesheet>나 <xsl:transform>의 자식으로 나타남.
<xsl:stylesheet>
<xsl:transform>
XSLT section 2.6.1, Stylesheet Inclusion
지원함.