Parent Directory
|
Revision Log
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 |