xsl:strip-space

xsl:strip-space

The <xsl:strip-space> element defines the elements in the source document for which whitespace should be removed.

Syntax

<xsl:strip-space elements=LIST-OF-ELEMENT-NAMES  />

Required Attributes

elements
Specifies a space-separated list of elements in the source whose whitespace-only text nodes should be removed.

Optional Attributes

None.

Type

Top-level, must be a child of <xsl:stylesheet> or <xsl:transform>.

Defined

XSLT, section 3.4

Gecko support

Supported.

© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/XSLT/strip-space

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部