Re: Minidom output of XML escaped characters

2005-03-25 Thread Derek Basch
Thanks effbot. I haven't had much use for XML comments so far and I guess other people haven't either because it seems they are hardly ever mentioned. http://groups-beta.google.com/groups?hl=en&lr=&c2coff=1&q=xml+comment+python&qt_s=Search+Groups -- http://mail.python.org/mailman/listinfo/python

Re: Minidom output of XML escaped characters

2005-03-24 Thread Fredrik Lundh
Derek Basch wrote: > If I want minidom to output XHTML that includes normally XML escaped > characters how would I do it? > > For instance if I use doc.createCDATASection() I get: > > > > and without the CDATASection: > > > > when I really need: > > that's a