source: trunk/lib/docbook/custom-styles/docbook/plain/xsl/customized.pdf-fop.xsl @ 3160

Last change on this file since 3160 was 3153, checked in by Nicklas Nordborg, 17 years ago

Added docbook DTD:s and stylesheets

File size: 510 bytes
Line 
1<?xml version='1.0'?>
2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3                xmlns:fo="http://www.w3.org/1999/XSL/Format"
4                version='1.0'>
5
6
7<xsl:import href="@ant.docbook.styler.fileuri@/docbook/xsl/fo/docbook.xsl" />
8<xsl:import href="@docbook.style.fileuri@/xsl/customized.fo-base.xsl" />
9
10<xsl:param name="fop.extensions" select="1" />
11<!-- should be 200a, but fop does not support it. -->
12<xsl:param name="ulink.hyphenate">&#x200b;</xsl:param>
13 
14</xsl:stylesheet>
15
Note: See TracBrowser for help on using the repository browser.