Added another example with complete files.
[docutils/kirr.git] / sandbox / docbook / examples / report2 / make_title_page.xsl
blob56fe6bcd3d202ccdf8fac91089503a3b99b16d99
1 <xsl:stylesheet
2 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 xmlns:rst="http://www.restructuredtext.org"
4 version="1.1">
5 <!--to make any title pages-->
7 <xsl:import href="http://50.56.245.89/xsl-ns/template/titlepage.xsl"/>
8 </xsl:stylesheet>