Next in thread → Next in month →

RE: DOCBOOK-APPS: Stylesheets customizations to play nice with FOP

From
Martin Perina <>
Date
2002-09-20T12:04:37+00:00
ID
1032523403.1046.7.camel@perina
Thread
RE: DOCBOOK-APPS: Stylesheets customizations to play nice with FOP
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
Next in thread → Next in month →