Possible Duplicate:
XSLT: How to convert XML Node to String
Input:
<text> aabbabab </text>
output:
<text> aabbabab </text>
This is the opposite to Disable output escaping.
How can we achieve this in xslt.
Can some one help on this.
Thanks