コード例 #1
0
ファイル: libxslt.py プロジェクト: gastonfeng/GreenOdoo
 def elementAvailableFunction(self, nargs):
     """Implement the element-available() XSLT function boolean
        element-available(string)"""
     libxsltmod.xsltElementAvailableFunction(self._o, nargs)
コード例 #2
0
 def elementAvailableFunction(self, nargs):
     """Implement the element-available() XSLT function boolean
        element-available(string)"""
     libxsltmod.xsltElementAvailableFunction(self._o, nargs)