我在jboss / wildfly 10中遇到以下错误,
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/REC-html40">
<xsl:output method="html" indent="no" />
<xsl:template match="/">
<!-- html content here -->
</xsl:template>
<xsl:template match="/st/*">
<!-- html content here -->
</xsl:template>
<xsl:template match="/mv/*">
<!-- html content here -->
</xsl:template>
</xsl:stylesheet>
我的XSL是:
{{1}}
你能帮忙解决这个错误吗?