add support for libxml2

This commit is contained in:
Porcupiney Hairs
2020-06-22 01:59:08 +05:30
parent ce1f0a39ac
commit a519132407
7 changed files with 90 additions and 26 deletions

View File

@@ -0,0 +1,10 @@
def parseFile(filename):
return xmlDoc(_obj=None)
class xmlDoc(Object):
def __init__(self, _obj=None):
pass
def xpathEval(self, expr):
pass