Example #1
0
 def evalGlobalVariables(self):
     """Evaluates all global variables and parameters of a
       stylesheet. For internal use only. This is called at start
        of a transformation."""
     ret = libxsltmod.xsltEvalGlobalVariables(self._o)
     return ret
Example #2
0
 def evalGlobalVariables(self):
     """Evaluates all global variables and parameters of a
       stylesheet. For internal use only. This is called at start
        of a transformation."""
     ret = libxsltmod.xsltEvalGlobalVariables(self._o)
     return ret
Example #3
0
 def evalGlobalVariables(self):
     """Evaluate the global variables of a stylesheet. This need to
        be done on parsed stylesheets before starting to apply
        transformations"""
     ret = libxsltmod.xsltEvalGlobalVariables(self._o)
     return ret
Example #4
0
 def evalGlobalVariables(self):
     """Evaluate the global variables of a stylesheet. This need to
        be done on parsed stylesheets before starting to apply
        transformations"""
     ret = libxsltmod.xsltEvalGlobalVariables(self._o)
     return ret