xmlclass/xmlclass.py
changeset 2432 dbc065a2f7a5
parent 2431 6923074540dd
child 2434 07f48018b6f5
equal deleted inserted replaced
2431:6923074540dd 2432:dbc065a2f7a5
    30 import datetime
    30 import datetime
    31 from types import *
    31 from types import *
    32 from xml.dom import minidom
    32 from xml.dom import minidom
    33 from xml.sax.saxutils import unescape
    33 from xml.sax.saxutils import unescape
    34 from collections import OrderedDict
    34 from collections import OrderedDict
    35 
    35 from six.moves import xrange
    36 from lxml import etree
    36 from lxml import etree
    37 
    37 
    38 
    38 
    39 def CreateNode(name):
    39 def CreateNode(name):
    40     node = minidom.Node()
    40     node = minidom.Node()