[xsl] How to transform <BR> to </P><P>

Subject: [xsl] How to transform <BR> to </P><P>
From: "Sun, Christine (Cahners)" <csun@xxxxxxxxxxx>
Date: Wed, 17 Jan 2001 14:08:33 -0500
Input xml:
...
<TEXT>This is first paragraph.<BR />Second paragraph.</TEXT>...

Need to transform into output xml:
...<TEXT><P>This is first paragraph.</P><P>Second paragraph.</P></TEXT>...

But in xslt, how to write a close tag (</P>) in a template definition?

Thanks,
Chris

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread