Author: echatellier Date: 2011-04-28 12:05:53 +0200 (Thu, 28 Apr 2011) New Revision: 578 Url: http://nuiton.org/repositories/revision/jrst/578 Log: Fix rst parsing Modified: trunk/jrst-doc/src/site/en/rst/devel/XSLpresentation.rst Modified: trunk/jrst-doc/src/site/en/rst/devel/XSLpresentation.rst =================================================================== --- trunk/jrst-doc/src/site/en/rst/devel/XSLpresentation.rst 2011-04-28 09:58:15 UTC (rev 577) +++ trunk/jrst-doc/src/site/en/rst/devel/XSLpresentation.rst 2011-04-28 10:05:53 UTC (rev 578) @@ -124,7 +124,7 @@ ``|`` left|right Indicate an alternative (a node either the other (or both)) / person/name Access path to the elements (person/arm/left) * * Pattern "joker" indicating any element -// //person Indicate all the node descendants +``//`` ``//``person Indicate all the node descendants . . Characterize the current node ``..`` ``..`` Indicate the parent node @ @value Indicate a characteristic attribute