Exemplo n.º 1
0
def create_XML(root_tag):
    return XDHq.XML(root_tag)
Exemplo n.º 2
0
def create_HTML(
    root_tag=""
):  # If 'root_tag' is empty, there will be no root tag in the tree.
    return XDHq.XML(root_tag)
Exemplo n.º 3
0
def createXML(rootTag):
    return XDHq.XML(rootTag)