質問

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

役に立ちましたか?

解決

<xsl:template match="*[* and not(text()[normalize-space()])]/text()"/>
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top