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]

RE: xsl to Html help please


you can put the content of the text element inside a CDATA tag.  (or you
could just put the <p> in cdata, but if there are going to be many text
elements or many <p>s, it would be easier to put the whole thing inside
CDATA.)

chris

-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Java XML
Sent: Wednesday, March 28, 2001 12:24 PM
To: XSL-List@lists.mulberrytech.com
Subject: [xsl] xsl to Html help please


Hi folks,
          I have a typical problem i have an xml like this

<text>hello how are u and looking take care of ur self and be a good boy
son.
           And talking about ur studies study well and get a nice job and
settle down soon </text>

but when i generate an html file using xslt i get it this way

"hello how are u and looking take care of ur self and be a good boy son.And
talking about ur studies study well and get a nice job and settle down soon"

i want to restore the paragraph structure also but i dont know a way to do
it i want to insert a <P> where the paragraph starts and a </p> where
another paragraph starts or is there any other way to restore the paragraph
structure any help is appriciated.

Thanx
JaxLive
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


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


 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]