[xsl] Value of the variable

Subject: [xsl] Value of the variable
From: "Joga Singh Rawat" <jrawat@xxxxxxxxxxxxxx>
Date: Thu, 26 Nov 2009 12:30:26 +0530
 Hi,

I want to print the entire text with node of <p>a, b, <i>c</i>, <b>d</i></p>
but I am getting "a, b, c, d" by defining variable <xsl:variable
name="txt-with-node" select="p"/>. Is there a way by which I can get "a, b,
<i>c</i>, <b>d</i>"

Thanks
...JSR

Current Thread