|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xsl to Html help please
If you want two separate paragraphs the easiest way is two break it into two
text sections and add the <p> tags in your xslt stylesheet.
See examples below: <text>hello how are u and looking take care of ur self and be a good boy son.</text> <text>And talking about ur studies study well and get a nice job and settle down soon </text> ________________________________________________________________________ <xsl:template match="text"> <p> <xsl:apply-templates/> </p> </xst:template> Hope this helps, Pam From: "Java XML" <jaxlive@xxxxxxxxxxx> Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx Subject: xsl to Html help please Date: Wed, 28 Mar 2001 12:23:56 -0500
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








