XSLT special characters
- by Apurv
In the following XSL transformation how do I output the '<' and '' symbol?
Input XML:
<TestResult bugnumber="3214" testname="display.methods::close->test_ManyInvoke" errortype="Failure"><ErrorMessage><![CDATA[calling close() method failed - expected:<2>]]></ErrorMessage>
XSLT:
<xsl:template…