blob: ff064927d8ef19507b43d17e2e216b66f0cfde3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:rst="http://www.restructuredtext.org"
version="1.1">
<!--to make any title pages-->
<!--
<xsl:import href="http://50.56.245.89/xsl-ns/template/titlepage.xsl"/>
-->
<xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/template/titlepage.xsl"/>
</xsl:stylesheet>
|