/[ddp]/manuals/trunk/maint-guide/xslt/fo.xsl
ViewVC logotype

Contents of /manuals/trunk/maint-guide/xslt/fo.xsl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8601 - (show annotations) (download) (as text)
Wed Mar 30 17:13:28 2011 UTC (2 years, 1 month ago) by osamu
File MIME type: application/xml
File size: 434 byte(s)
DocBook XML conversion
1 <?xml version="1.0" encoding="utf-8"?>
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 <xsl:import
7 href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
8
9 <xsl:output method="xml" encoding="utf-8" indent="yes"/>
10 <xsl:param name="paper.type">A4</xsl:param>
11 <xsl:param name="draft.mode">no</xsl:param>
12 </xsl:stylesheet>

  ViewVC Help
Powered by ViewVC 1.1.5