Author: bpoussin Date: 2011-05-26 11:39:18 +0200 (Thu, 26 May 2011) New Revision: 592 Url: http://nuiton.org/repositories/revision/jrst/592 Log: put generation in global div tag Modified: trunk/jrst/src/main/resources/xsl/rst2xhtmlInnerBody.xsl Modified: trunk/jrst/src/main/resources/xsl/rst2xhtmlInnerBody.xsl =================================================================== --- trunk/jrst/src/main/resources/xsl/rst2xhtmlInnerBody.xsl 2011-05-25 15:42:23 UTC (rev 591) +++ trunk/jrst/src/main/resources/xsl/rst2xhtmlInnerBody.xsl 2011-05-26 09:39:18 UTC (rev 592) @@ -32,7 +32,9 @@ <xsl:import href="rst2xhtml.xsl"/> <xsl:template match="/document"> - <xsl:apply-templates /> + <div> + <xsl:apply-templates /> + </div> </xsl:template> </xsl:transform>