aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/xpath/functions/unparsed-entity-url
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/web/xpath/functions/unparsed-entity-url
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/web/xpath/functions/unparsed-entity-url')
-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>