chris wrote:
> Confused somewhat xml newbie. I'm trying to output xml with a CDATA
> section, using saxutils.XMLGenerator, but the output contains escaped
> '<' and '>' and '&' from the CDATA element. Shouldn't it be spit out
> intact?
>
> Here's code and output:
>
> from xml.sax import saxuti
Confused somewhat xml newbie. I'm trying to output xml with a CDATA
section, using saxutils.XMLGenerator, but the output contains escaped
'<' and '>' and '&' from the CDATA element. Shouldn't it be spit out
intact?
Here's code and output:
from xml.sax import saxutils
import sys
handler = saxut