Re: [xsl] [XSLT 1.0] How to remove CDATA sections?

Subject: Re: [xsl] [XSLT 1.0] How to remove CDATA sections?
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Wed, 30 Jun 2010 23:44:42 +0100
Not in XSLT.

You want a text processor that works at the text level, not the XML level.

...

Take a look at sed, awk, perl, or python.


Or at Andrew Welch's LexEv, which converts the CDATA sections into something that XSLT can recognize:


http://andrewjwelch.com/lexev/

Michael Kay
Saxonica

Current Thread