xsl-list
[Top] [All Lists]

RE: CDATA in CDATA?

2005-12-16 17:40:29

so i have to turn bad XML into good XML!
have you an idea?


If structured XML has been incorrectly enclosed in a CDATA section, then the
way to get out of the problem is to navigate your way to the CDATA content,
extract its value as a string, and then pass the string to an XML parser to
turn it into a tree. You can't do this within standard XSLT. Saxon has an
extension, saxon:parse(), to do the job, or you could write your own
extension function for use with a different processor.

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>
--~--



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