メインのxslがあり、以下に示すように2つの異なるxslの個別の参照が含まれていますが、変換すると例外がスローされるという問題があります
メインの xsl が適切に形成されているか、何か不足していることをお知らせください..
<xsl:import href="qwe.xsl"/>
<xsl:import href="qrt.xsl"/>
<xsl:template match="/abml">
<cfabcmessage>
<defflows>
<xsl:variable name="ttSystem">
<xsl:call-template name=ttSystem_template"/>
</xsl:variable>
<xsl:choose>
<xsl:when test="ttSystem = 'ABC'">
<xsl:call-template name="dgddsh_ABC"/>
</xsl:when>
<xsl:call-template name="hjsgscjkd_DEG"/>
</xsl:choose>
</defflows>
</cfabcmessage>
</xsl:template>
</xsl:stylesheet>
私は修正を行いましたが、変換時にまだこのエラーが発生しています..
21:03:34,892 ERROR [main] JAXPSAXProcessorInvoker - xsl:when is not allowed in this position in the stylesheet!;