trunk/resources/doc/styles/fo.xsl
changeset 0 5057afe1ec87
equal deleted inserted replaced
-1:000000000000 0:5057afe1ec87
       
     1 <?xml version="1.0" encoding="ISO-8859-2" ?>
       
     2 <xsl:stylesheet 
       
     3 	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
       
     4 	xmlns:fo="http://www.w3.org/1999/XSL/Format"
       
     5 	xmlns:fox="http://xml.apache.org/fop/extensions"
       
     6 	version="1.0">
       
     7 	<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl"/>
       
     8 
       
     9 	<xsl:variable name="generate.toc">1</xsl:variable>
       
    10 	
       
    11 	<xsl:output method="xml"
       
    12 		indent="yes"
       
    13 		encoding="UTF-8" />
       
    14 	
       
    15 </xsl:stylesheet>