xsl-list
[Top] [All Lists]

RE: [xsl] Result tree fragment to string? result as CDATA

2008-08-28 11:00:30

The solutions I've seen thus far all seem to end up with the 
markup escaped.

If it's in CDATA then it's not markup. That's what CDATA means: "This might
look like markup, but it isn't". It's character data, so you have to create
it as character data. Or better still, redesign the document so that you
don't have to pretend that it's not markup when it really is.

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--