예제 #1
0
파일: parse.py 프로젝트: theomission/glad
 def xml_frompath(path):
     return etree.parse(path, parser=parser()).getroot()
예제 #2
0
 def xml_frompath(path):
     return etree.parse(path, parser=parser()).getroot()
예제 #3
0
파일: parse.py 프로젝트: theomission/glad
 def xml_fromstring(argument):
     return etree.fromstring(argument, parser=parser())
예제 #4
0
 def xml_fromstring(argument):
     return etree.fromstring(argument, parser=parser())