コード例 #1
0
ファイル: libxslt.py プロジェクト: gastonfeng/GreenOdoo
 def functionNodeSet(self, nargs):
     """Implement the node-set() XSLT function node-set
       node-set(result-tree)  This function is available in
        libxslt, saxon or xt namespace."""
     libxsltmod.xsltFunctionNodeSet(self._o, nargs)
コード例 #2
0
 def functionNodeSet(self, nargs):
     """Implement the node-set() XSLT function node-set
        node-set(result-tree)  This function is available in
        libxslt, saxon or xt namespace."""
     libxsltmod.xsltFunctionNodeSet(self._o, nargs)