2009-01-14 在XSLT裡顯示空格 3873 0 XSLT 摘要:在XSLT裡顯示空格 在XSLT想要有空格效果,只要加上以下程式碼即可。<xsl:text disable-output-escaping="yes">&nbsp;&nbsp;</xsl:text> 回首頁