OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: 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




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC