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]
Other format: [Raw text]

RE: mystery #3: rendering embedded HTML


> The last mystery for me for one day ;) -- this one I've heard can be
> done with msxml extensions, but I'd prefer a portable solution:
>
> Can I restore HTML that has been encoded as CDATA escaped PCDATA?
>
Using disable-output-escaping is about your only option. It's not fully
portable (the spec makes it an optional feature), but it's suported by many
processors providing you are directing the transformation output to a serial
file rather than to a DOM or other tree structure.

Better, though, to avoid wrapping HTML in CDATA sections if you can.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com


 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]