Exemple #1
0
 def insertNode(self):
     """Get the insertion node in the output document"""
     ret = libxsltmod.xsltTransformGetInsertNode(self._o)
     if ret == None: return None
     return libxml2.xmlNode(_obj=ret)
Exemple #2
0
 def insertNode(self):
     """Get the insertion node in the output document"""
     ret = libxsltmod.xsltTransformGetInsertNode(self._o)
     if ret == None: return None
     return libxml2.xmlNode(_obj=ret)