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:element> 요소는 출력 문서에 요소를 만듭니다.
<xsl:element>
<xsl:element name=NAME namespace=URI use-attribute-sets=LIST-OF-NAMES > TEMPLATE </xsl:template>
name
출력 요소에 바라는 이름을 지정합니다. 이름은 유효한 QName이어야 합니다.
namespace
출력 요소에 이름공간을 지정합니다.
use-attribute-sets
출력 요소에 쓸 이름 붙인 속성 집합을 나열합니다. 이름은 공백 문자로 구분해야 합니다.
명령, 템플릿 안에 나타남.
XSLT section 7.1.2, Creating Elements with xsl:element
지원함.