Hello,
* In the xsl I set the output method to text. Within the style sheet I am trying to include some string also as output, apart from node values of the input xml.
* I do not see any text output in the resulting transformation. Where am I doing a mistake?
Always use <xsl:text></xsl:text> !
For instance :
<xsl:text>Class : </xsl:text>
Your will have :
Class :\n