• Skip to main content
  • Skip to search
    • Technologies Overview
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs
    • Browser Extensions
    • MathML
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
    • Send Feedback
    • Contribute to MDN
    • Report a content issue 🌐
    • Report a platform issue 🌐
  1. 개발자를 위한 웹 기술
  2. XSLT
  3. Elements
  4. call-template
  • Change language
  • View in English

call-template

XSLT/XPath 참고 문서: XSLT 요소, XPath 함수, XPath 축

<xsl:call-template> 요소는 이름 붙인 템플릿을 호출합니다.

문법

<xsl:call-template name=NAME>
	<xsl:with-param> [optional]
</xsl:call-template> 

필수 속성

name
호출하고 싶은 템플릿의 이름을 지정합니다.

선택 속성

없음.

타입

명령, 템플릿 안에 나타남.

정의

XSLT section 6, Named Templates

Gecko 지원

지원함.

Last modified: Mar 23, 2019, by MDN contributors

Change your language
  • Web Technologies
  • Learn Web Development
  • About MDN
  • Feedback
  • About
  • MDN Web Docs Store
  • Contact Us
  • Firefox

MDN

Mozilla

© 2005-2021 Mozilla and individual contributors. Content is available under these licenses.

  • Terms
  • Privacy
  • Cookies