aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/xpath/functions/unparsed-entity-url/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/xpath/functions/unparsed-entity-url/index.html')
-rw-r--r--files/ja/web/xpath/functions/unparsed-entity-url/index.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/files/ja/web/xpath/functions/unparsed-entity-url/index.html b/files/ja/web/xpath/functions/unparsed-entity-url/index.html
new file mode 100644
index 0000000000..6c281a53b3
--- /dev/null
+++ b/files/ja/web/xpath/functions/unparsed-entity-url/index.html
@@ -0,0 +1,32 @@
+---
+title: unparsed-entity-url
+slug: Web/XPath/Functions/unparsed-entity-url
+tags:
+ - XSLT
+ - XSLT_Reference
+translation_of: Web/XPath/Functions/unparsed-entity-url
+---
+<p>{{ XsltRef() }}</p>
+
+<p><code>unparsed-entity-url()</code>関数は、指定された名前を持つ解析されていないエンティティのURIを返します。これは、ソース文書のDTDで参照される非XMLデータです。</p>
+
+<h3 id="Syntax" name="Syntax">構文</h3>
+
+<pre class="eval notranslate">string unparsed-entity-url(string)
+</pre>
+
+<h3 id="Arguments" name="Arguments">引数</h3>
+
+<p>解析されていないエンティティの名前。引数が文字列でない場合は、 string() 関数の規則を使用して変換されます。名前は XML 名でなければなりません。</p>
+
+<h3 id="Returns" name="Returns">返値</h3>
+
+<p>存在する場合、 DTD から取り出された未解析エンティティの URI。それ以外の場合は空の文字列です。</p>
+
+<h3 id="Defined" name="Defined">定義</h3>
+
+<p><a class="external" href="http://www.w3.org/TR/xslt#function-unparsed-entity-uri">XSLT 1.0 12.4</a></p>
+
+<h3 id="Gecko_support" name="Gecko_support">Gecko の対応状況</h3>
+
+<p>未対応</p>