Advertisement
Pooky

Stylesheet together

Jan 13th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.44 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"version="1.0">
  3.  
  4. <xsl:import href="/usr/share/xml/docbook/stylesheet/docbook-xsl/fo/docbook.xsl"/>
  5. <!-- front page -->
  6. <xsl:import href="styles/titlePage.xsl"/>
  7. <!-- fonty -->
  8. <xsl:import href="styles/fonts.xsl"/>
  9.  
  10.  
  11. <xsl:param name="section.autolabel" select="1"/>
  12. <xsl:param name="generate.chapter.toc" select="0"/>
  13.  
  14.  
  15. </xsl:stylesheet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement