Project

General

Profile

« Previous | Next » 

Revision 133

map: Continued to add DB input support

View differences:

xml_dom.py
113 113
            if last_only: break
114 114
    return children
115 115

  
116
def create_doc(root='_'):
117
    return xml.dom.minidom.getDOMImplementation().createDocument(None, root,
118
        None)
119

  
116 120
# xml.dom.minidom modifications
117 121

  
118 122
def _write_data(writer, data): writer.write(escape(data))

Also available in: Unified diff