2014-08-16から1日間の記事一覧

テンプレートと変数(2)

XSLT2.0ではテンプレートと変数の構造は次のように定義されています. 6.1 Defining Templates http://www.w3.org/TR/xslt20/#defining-templates <xsl:template match? = pattern name? = qname priority? = number mode? = tokens as? = sequence-type> </xsl:template>