equal
deleted
inserted
replaced
1 <?xml version='1.0'?> |
1 <?xml version='1.0'?> |
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
3 version='1.0' |
3 version='1.0' |
4 xmlns:fo="http://www.w3.org/1999/XSL/Format"> |
4 xmlns:fo="http://www.w3.org/1999/XSL/Format"> |
|
5 <xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/fo/docbook.xsl"/> |
5 <xsl:import href="nargir.xsl"/> |
6 <xsl:import href="nargir.xsl"/> |
6 <xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/fo/docbook.xsl"/> |
|
7 |
7 |
8 <!-- print options --> |
8 <!-- print options --> |
9 <xsl:param name="hyphenate">false</xsl:param> |
9 <xsl:param name="hyphenate">false</xsl:param> |
|
10 <xsl:param name="collect.xref.targets" select="'yes'"/> |
|
11 <xsl:param name="target.database.document" select="'db-print.xml'"/> |
|
12 <xsl:param name="targets.filename" select="'print.db'"/> |
10 |
13 |
11 </xsl:stylesheet> |
14 </xsl:stylesheet> |