style: switching to xhtml5 and sass
[treecutter.git] / treecutter / page.py
index ae056523be9ed2b1cca774c37f8cc96c31c5d012..53eeb0d40baa357f18c7f76d98404b8ed1206518 100644 (file)
@@ -127,7 +127,7 @@ class Page():
         tfi.write(etree.tostring(self._doc,encoding='UTF-8',pretty_print=False))
         tfi.close()
 #  cmd = ["saxon-xslt-xinclude","-o",outfile,infile,style_xslt]
-        cmd = ["xsltproc","--xinclude","--output",outfile,style+"docbook.xsl",infile]
+        cmd = ["xsltproc","--xinclude","--output",outfile,style+"docbook.xhtml5.xsl",infile]
         retcode = subprocess.call(cmd)
         if retcode:
             print 'Error: '+' '.join(cmd)+' Returncode ['+str(retcode)+']'