N
nadahalli
Hello,
I have an XSL file that has something like this:
<xsl:if test-condition1>
<body attribute1 attribute2>
</xsl:if>
<xsl:if test-condition2>
<body attribute3 attribute4>
</xsl:if>
[[[BODY CONTENT]]]
</body>
This fails to compile as this is not a well formed XML file
(mismatched body tag). Is there a simple workaround without
duplicating the entire body contents across both condition bodies.
-woolee_master
I have an XSL file that has something like this:
<xsl:if test-condition1>
<body attribute1 attribute2>
</xsl:if>
<xsl:if test-condition2>
<body attribute3 attribute4>
</xsl:if>
[[[BODY CONTENT]]]
</body>
This fails to compile as this is not a well formed XML file
(mismatched body tag). Is there a simple workaround without
duplicating the entire body contents across both condition bodies.
-woolee_master