Exemplo n.º 1
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)
Exemplo n.º 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)