有一些HTML属性值包含{,}和:需要使用XSL生成
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>
<xsl:template match="/"><ul>
<li data-jstree="{ 'icon' : 'fa fa-briefcase icon-state-success ' }"/></ul></xsl:template>
</xsl:stylesheet>
上面给出了一个错误:样式表不包含文档元素。样式表可能是空的,或者它可能不是格式良好的XML文档。