예제 #1
0
파일: Atlas.py 프로젝트: Godikbot/LenderLP
def create_XML(root_tag):
    return XDHq.XML(root_tag)
예제 #2
0
파일: Atlas.py 프로젝트: Godikbot/LenderLP
def create_HTML(
    root_tag=""
):  # If 'root_tag' is empty, there will be no root tag in the tree.
    return XDHq.XML(root_tag)
예제 #3
0
def createXML(rootTag):
    return XDHq.XML(rootTag)