예제 #1
0
 def parseTemplateContent(self, templ):
     """parse a template content-model Clean-up the template
       content from unwanted ignorable blank nodes and process
        xslt:text"""
     if templ == None: templ__o = None
     else: templ__o = templ._o
     libxsltmod.xsltParseTemplateContent(self._o, templ__o)
예제 #2
0
 def parseTemplateContent(self, templ):
     """parse a template content-model Clean-up the template
        content from unwanted ignorable blank nodes and process
        xslt:text"""
     if templ == None: templ__o = None
     else: templ__o = templ._o
     libxsltmod.xsltParseTemplateContent(self._o, templ__o)