示例代码
entry with images
1. test.xml
</entry>
2. test.xsl
<xsl:stylesheet xmlns:xsl=”http://www.w3.org/1999/XSL/Transform” version=”1.0″>
<xsl:value-of select=”body” disable-output-escaping=”yes”/>
</xsl:stylesheet>
关键之外在于使用的命名空间xmlns:xsl=”http://www.w3.org/1999/XSL/Transform” 和输出时加上disable-output-escaping=”yes”
© 版权声明
文章版权归作者所有,未经允许请勿转载。