On Pá, 2002-09-20 at 13:57, Stephan Wiesner wrote:
> Ah, one stupid question, how do I use the thing? I mean I can't just use
> it instead of fop/doocbook.xsl, so what am I to do?
> 
> Stephan
> 
> 

Create you own stylesheet, which may look like:

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                xmlns:fo="http://www.w3.org/1999/XSL/Format";
                version="1.0">

  <!-- Correct the path for your system -->
  <xsl:import href="../docbook-xsl/fo/docbook.xsl"/>

  <!-- Correct the path for your system -->
  <xsl:import href="fop-common.xsl"/>

</xsl:stylesheet>



Martin Perina


Reply via email to