Hello, 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: <![CDATA[<!--#include virtual="/top.html" -->]]> and without the CDATASection: <!--#include virtual="/top.html" --> when I really need: <!--#include virtual="/top.html" --> Any suggestions? Thanks, Derek Basch -- http://mail.python.org/mailman/listinfo/python-list