This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

How to transform <BR> to </P><P>


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]