• 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. XSLT 要素リファレンス
  4. <xsl:call-template>
  • Change language
  • View in English

<xsl:call-template>

XSLT/XPath リファレンス: XSLT 要素, EXSLT 関数, XPath 関数, XPath 軸

<xsl:call-template> 要素は名前付きテンプレートを呼び出します。

構文

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

必須属性

name
呼び出すテンプレートの名前を指定します。

任意属性

なし

タイプ

命令は、テンプレート内に表示されます。

定義

XSLT, section 6.

Gecko のサポート

サポート済み

Last modified: Nov 30, 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