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 14:04:19 -0500
Hi David,
I am sorry if i could not communicate to u properly my problem is that i get the xml's as is and i cannot change the xml's i should process them without changing them and see to it that the paragraph structure is not lost is it possible through xslt



From: David Carlisle <davidc@xxxxxxxxx> Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: Re: [xsl] xsl to Html help please Date: Wed, 28 Mar 2001 19:15:34 +0100

> it would be easier to put the whole thing inside CDATA.)

That's like saying it's easier to stab someone through the heart.
Putting XML (or well formed HTML) markup inside CDATA destroys the
structure completely and makes it invisible to XSLT or any other XML
tool.

If the idea is to produce <p> markup that makes a paragraph in a browser
using CDATA does _not_ simplify thigs at all.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp


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