[XML-SIG] questions on pyexpat usage - CdataSectionHandler?

Anthony Baxter anthony@interlink.com.au
Wed, 31 May 2000 13:46:17 +1000


I'm trying to figure out how to use pyexpat's CdataSectionHandler 

If I create small methods and assign them to parser.StartCdataSectionHandler
and parser.EndCdataSectionHandler, they get called correctly, but with no 
arguments. How do you retrieve the actual data from the CDATA section?

A DefaultHandler only sees the open and closing CDATA tags, nothing else.

I'd RTFM but there doesn't seem to be a FM. The source was unhelpful...

thanks,
Anthony