At 2005-12-17 18:11 -0500, I wrote:
At 2005-12-17 23:33 +0100, Jan Eden wrote:
I use a Python script to build XML files out of database records. 
Within these records, a certain field contains (not necessarily 
well-formed) HTML.
I need my XSLT processor  to skip this data when transforming the 
document to an HTML document. So I thought it would be a great idea 
to enclose the data in a CDATA section:
That is not just a great idea, it is required.
Sorry, that was a misleading statement ... what is *required* is that 
the markup-sensitive characters in your HTML tag soup be 
escaped.  How you escape them is not important, and CDATA sections 
are a convenient way to do such escaping ... though of course you 
could have used any method for escaping each individual 
markup-sensitive character.
. . . . . . . . . Ken
--
Upcoming XSLT/XSL-FO hands-on courses:  Denver,CO March 13-17,2006
World-wide on-site corporate, govt. & user group XML/XSL training.
G. Ken Holman                 mailto:gkholman(_at_)CraneSoftwrights(_dot_)com
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Cancer Awareness Aug'05  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal
--~------------------------------------------------------------------
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>
--~--