Vra

Given any document or fragment, specially those loaded using document() or doc(), how do you remove the insignificant whitespace (i.e. indentation)?

Was dit nuttig?

Oplossing

<xsl:template match="*[* and not(text()[normalize-space()])]/text()"/>
Gelisensieer onder: CC-BY-SA met toeskrywing
Nie verbonde aan StackOverflow
scroll top