Subject: how search end of line in XSL
From: Bkesh <bkesh@xxxxxxxxxxxxxxx>
Date: Wed, 06 Dec 2006 13:05:13 +0530
|
Hi,
How search end of line and convert <para> tag. I am also tried normalize space but not sucess.
This is My XML File.
<literallayout>
Corrections in America: an introduction / Harry E. Allen . . . [et al.].—11th ed.
p. cm.
Rev. ed. of: Corrections in America / Harry E. Allen, Clifford E. Simonsen, Edward J.
Latessa. 10th ed. c2004.
</literallayout>
Desired Output
==============
<para>Corrections in America: an introduction / Harry E. Allen . . . [et al.].—11th ed.</para>
<para>p. cm.</para>
<para>Rev. ed. of: Corrections in America / Harry E. Allen, Clifford E. Simonsen, Edward J.</para>
<para>Latessa. 10th ed. c2004.</para>
anyone suggest me.........
thanks and regards,
Byomkesh
|