SSブログ

調べもの:XML トップレベル要素 [XMLマスター]

初出:2007-12-13 06:51

「XML トップレベル要素とは - Google 検索」
http://www.google.co.jp/search?hl=ja&rlz=1T4GFRC_jaJP217JP218&q=XML+%E3%83%88%E3%83%83%E3%83%97%E3%83%AC%E3%83%99%E3%83%AB%E8%A6%81%E7%B4%A0%E3%81%A8%E3%81%AF&lr=

”トップレベル要素とはstylesheet要素の直接の子要素となれるものを指し”(引用元:以下サイト)
「@IT:XMLマスターへの道 第10回 XSLTの基本構造を理解する」
http://www.atmarkit.co.jp/fxml/rensai2/xmlmaster10/master10.html


(2011.02.27追記) 「XSL Transformations (XSLT)」 http://www.w3.org/TR/xslt#dt-top-level
An element occurring as a child of an xsl:stylesheet element is called a top-level element.

This example shows the structure of a stylesheet. Ellipses (...) indicate where attribute values or content have been omitted. Although this example shows one of each type of allowed element, stylesheets may contain zero or more of each of these elements.

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="..."/>
<xsl:include href="..."/>
<xsl:strip-space elements="..."/>
<xsl:preserve-space elements="..."/>
<xsl:output method="..."/>
<xsl:key name="..." match="..." use="..."/>
<xsl:decimal-format name="..."/>
<xsl:namespace-alias stylesheet-prefix="..." result-prefix="..."/>
<xsl:attribute-set name="...">
... </xsl:attribute-set>
<xsl:variable name="...">...</xsl:variable>
<xsl:param name="...">...>/xsl:param>
<xsl:template match="...">
...
</xsl:template>
<xsl:template name="...">
...
</xsl:template>
</xsl:stylesheet>

タグ:XML XSLT
nice!(0)  コメント(0)  トラックバック(0) 
共通テーマ:資格・学び

nice! 0

コメント 0

コメントを書く

お名前:[必須]
URL:
コメント:
画像認証:
下の画像に表示されている文字を入力してください。

トラックバック 0