From jpages@users.nuiton.org Wed Jun 6 14:31:17 2012 From: jpages@users.nuiton.org To: jrst-commits@list.nuiton.org Subject: [Jrst-commits] r697 - in branches/jrst-docutils-jython/jrst/src/main: java/org/nuiton/jrst resources/xsl Date: Wed, 06 Jun 2012 14:31:17 +0200 Message-ID: <20120606123117.5AC0815842@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0129045813970452689==" --===============0129045813970452689== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: jpages Date: 2012-06-06 14:31:17 +0200 (Wed, 06 Jun 2012) New Revision: 697 Url: http://nuiton.org/repositories/revision/jrst/697 Log: Correction de la g?\195?\169n?\195?\169ration de xdoc : les sections se termi= naient trop t?\195?\180t Suppression de certains formats inutiles dans la liste de l'interface graphiq= ue.=20 Modified: branches/jrst-docutils-jython/jrst/src/main/java/org/nuiton/jrst/JRST.java branches/jrst-docutils-jython/jrst/src/main/resources/xsl/rst2xdoc.xsl Modified: branches/jrst-docutils-jython/jrst/src/main/java/org/nuiton/jrst/JR= ST.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/jrst-docutils-jython/jrst/src/main/java/org/nuiton/jrst/JRST.jav= a 2012-06-05 14:44:35 UTC (rev 696) +++ branches/jrst-docutils-jython/jrst/src/main/java/org/nuiton/jrst/JRST.jav= a 2012-06-06 12:31:17 UTC (rev 697) @@ -121,7 +121,7 @@ /** XSL Stylesheet to transform Docbook into PDF. */ protected static final String DOCBOOK_2_FO =3D "/docbook/fo/docbook.xsl"; =20 - public static final String PATTERN_TYPE =3D "xml|xhtml|docbook|html|html= InnerBody|xdoc|rst|fo|pdf|odt|rtf"; + public static final String PATTERN_TYPE =3D "xml|xhtml|docbook|html|html= InnerBody|xdoc|fo|pdf"; =20 /** HTML output format type */ public static final String TYPE_HTML =3D "html"; Modified: branches/jrst-docutils-jython/jrst/src/main/resources/xsl/rst2xdoc.= xsl =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/jrst-docutils-jython/jrst/src/main/resources/xsl/rst2xdoc.xsl 20= 12-06-05 14:44:35 UTC (rev 696) +++ branches/jrst-docutils-jython/jrst/src/main/resources/xsl/rst2xdoc.xsl 20= 12-06-06 12:31:17 UTC (rev 697) @@ -37,31 +37,60 @@ <xsl:value-of select=3D"title"/> - +
+ <= /xsl:attribute> + +
=20 + + + + + + + + + + + + + + + + - -
- -
-
- - - - - - + + - +
=20 + + + --===============0129045813970452689==--