RE: [xsl] xsl to Html help please

Subject: RE: [xsl] xsl to Html help please
From: "Java XML" <jaxlive@xxxxxxxxxxx>
Date: Wed, 28 Mar 2001 13:16:20 -0500
But chris,
I have a thousand xmls to process and generate html's i cant change them is there a way to do it through xslt.



From: "chris markiewicz" <cmarkiew@xxxxxxxxxxx> Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx> Subject: RE: [xsl] xsl to Html help please Date: Wed, 28 Mar 2001 12:57:04 -0500

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@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Java XML
Sent: Wednesday, March 28, 2001 12:24 PM
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
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



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


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



Current Thread