xsl-list
[Top] [All Lists]

RE: unparsed CDATA maintain HTML

2003-12-14 11:52:43

Question is whether you really need that. Since your handling XML anyway,
there's no reason you couldn't just have this in your source file:

<text>I <i>have</i> to add some <b>HTML</b> here is </text>

and a simple <xsl:copy-of select="." /> in the template for handling
'text'-elements, will result in the above being copied into the result
document.

I tried that before and I tried now as well and I am getting the HTML elements with xmlns="" so they don't render properly any ideas ? (note that I also have other HTML elements with attributes)

but I can't seem to be able to copy everything properly.

Does this mean that I need to define templates for every HTML element and copy elements and attributes there ?

Thanks,

George

_________________________________________________________________
Express yourself with cool emoticons - download MSN Messenger today! http://www.msn.co.uk/messenger


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



<Prev in Thread] Current Thread [Next in Thread>