Author: chatellier Date: 2008-10-02 17:44:00 +0000 (Thu, 02 Oct 2008) New Revision: 217 Modified: jrst/trunk/src/main/resources/xsl/rst2xdoc.xsl Log: Add xdoc title properties to generate beautiful html title code ;) Modified: jrst/trunk/src/main/resources/xsl/rst2xdoc.xsl =================================================================== --- jrst/trunk/src/main/resources/xsl/rst2xdoc.xsl 2008-09-25 09:12:48 UTC (rev 216) +++ jrst/trunk/src/main/resources/xsl/rst2xdoc.xsl 2008-10-02 17:44:00 UTC (rev 217) @@ -8,6 +8,9 @@ <xsl:template match="/document"> <document> + <properties> + <title><xsl:value-of select="title"/></title> + </properties> <section> <xsl:attribute name="name"><xsl:value-of select="title"/></xsl:attribute> <xsl:apply-templates />