标签: xslt xpath whitespace
给定任何文档或片段,特别是那些使用document()或doc()加载的文档或片段,如何删除无效的空格(即缩进)?
document()
doc()
答案 0 :(得分:0)
<xsl:template match="*[* and not(text()[normalize-space()])]/text()"/>