aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/xslt/element/strip-space/index.html
blob: 8971c1da0fad0c3163d5605054181837e30d0c46 (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
33
34
35
36
37
38
39
40
---
title: '<xsl:strip-space>'
slug: Web/XSLT/Element/strip-space
tags:
  - XSLT
  - strip-space
  - リファレンス
  - 要素
translation_of: Web/XSLT/Element/strip-space
---
<p>{{ XsltRef() }}</p>

<p><code>&lt;xsl:strip-space&gt;</code> 要素は空白を削除する必要があるソースドキュメント内の要素を定義します。</p>

<h3 id="Syntax" name="Syntax">構文</h3>

<pre>&lt;xsl:strip-space elements=LIST-OF-ELEMENT-NAMES  /&gt;</pre>

<h3 id="Required_Attributes" name="Required_Attributes">必須属性</h3>

<dl>
 <dt><code>elements</code></dt>
 <dd>空白のみのテキストノードを削除する必要がある、ソース内の要素のスペース区切りリストを指定します。</dd>
</dl>

<h3 id="Optional_Attributes" name="Optional_Attributes">任意属性</h3>

<p>なし</p>

<h3 id="Type" name="Type">タイプ</h3>

<p>トップレベル、<code>&lt;xsl:stylesheet&gt;</code> または <code>&lt;xsl:transform&gt;</code> の子である必要があります。</p>

<h3 id="Defined" name="Defined">定義</h3>

<p>XSLT, section 3.4</p>

<h3 id="Gecko_support" name="Gecko_support">Gecko のサポート</h3>

<p>サポート済み</p>