[xsl] Line breaks

Subject: [xsl] Line breaks
From: "J. S. Rawat" <jrawat@xxxxxxxxxxxxxx>
Date: Tue, 06 Nov 2007 11:54:13 +0530
Hi all,
Can we put tags between line breaks. May be this looks simple but it defficult for me.


Input
<pre>
line1
line2
</pre>

Output
<p>line1</p>
<p>line 2</p>

thanks
...JSR

Current Thread