コード例 #1
0
ファイル: libxslt.py プロジェクト: gastonfeng/GreenOdoo
 def encoding(self):
     """Get the output encoding of a stylesheet"""
     ret = libxsltmod.xsltStylesheetGetEncoding(self._o)
     return ret
コード例 #2
0
 def encoding(self):
     """Get the output encoding of a stylesheet"""
     ret = libxsltmod.xsltStylesheetGetEncoding(self._o)
     return ret