Exemplo n.º 1
0
 def save(self):
     html.indent(self.getroot())
     print self._filename
     self.write(os.path.join(env.ROSDOC_GEN,
                             self._filename.replace(".launch", ".html")),
                encoding="utf8",
                method="xml")
Exemplo n.º 2
0
 def __str__(self):
     html.indent(self.getroot())
     return html.tostring(self.getroot())
Exemplo n.º 3
0
 def save(self):
     html.indent(self.getroot())
     self.write(os.path.join(env.ROSDOC_GEN, "home.html"),
                encoding="utf8",
                method="xml")
Exemplo n.º 4
0
 def __str__(self):
     html.indent(self)
     return html.tostring(self)
Exemplo n.º 5
0
 def save(self):
     html.indent(self.getroot())
     #print "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!",os.path.join(env.ROSDOC_ROOT, "%s.html"%self._pkg_name)
     self.write(os.path.join(env.ROSDOC_GEN, "%s.html"%self._pkg_name),
                encoding="utf8",
                method="xml")