1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-29 22:49:41 +03:00

Reorganize XSLT stylesheet support. Put common things into a separate

file (instead of repeating), add XSL-FO stylesheet and appropriate make
rules.
This commit is contained in:
Peter Eisentraut
2006-12-10 16:01:06 +00:00
parent 0a265e487b
commit 5f1f30d136
5 changed files with 112 additions and 157 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"
xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
<xsl:include href="stylesheet-common.xsl" />
</xsl:stylesheet>