aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/xpath/functions/unparsed-entity-url/index.html
blob: 6c281a53b37a213ec65c86f7b65c501d5e0e5cc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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>