Last change
on this file since 3153 was
3153,
checked in by Nicklas Nordborg, 16 years ago
|
Added docbook DTD:s and stylesheets
|
File size:
509 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="xep.extensions" select="1" /> |
---|
11 | |
---|
12 | <!-- should be 200a, but fop does not support it. --> |
---|
13 | <xsl:param name="ulink.hyphenate">­</xsl:param> |
---|
14 | |
---|
15 | </xsl:stylesheet> |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.