XSLT » xsl:strip-space » elements="names"

The mandatory elements attribute is a white-space delimited list of the names of the elements in which all of the white-space nodes can be removed. You can also use generic names with wild cards.

Examples

Code:
elements="*"
Explanation:

This example removes all white-space nodes in all elements.

Language(s): XSLT