--- a/RelaxNG/Examples/Documents/torture_test.xml ven. janv. 10 16:50:33 2014 +0100
+++ b/RelaxNG/Examples/Documents/torture_test.xml sam. janv. 11 09:05:15 2014 +0100
@@ -121,6 +121,7 @@
<division>
<head>
<title>Le niveau section</title>
+ <index><entry>section</entry></index>
<abstract>
<p>Où l'on aborde les différents types de section et les sections en
différentes langues.</p>
--- a/RelaxNG/Examples/Topics/centre_pompidou.xml ven. janv. 10 16:50:33 2014 +0100
+++ b/RelaxNG/Examples/Topics/centre_pompidou.xml sam. janv. 11 09:05:15 2014 +0100
@@ -11,6 +11,7 @@
<keyword>France</keyword>
<keyword>Architecture</keyword>
</keywordset>
+ <index><entry>Pompidou</entry></index>
</head>
<section>
--- a/RelaxNG/publidoc.rnc ven. janv. 10 16:50:33 2014 +0100
+++ b/RelaxNG/publidoc.rnc sam. janv. 11 09:05:15 2014 +0100
@@ -99,6 +99,7 @@
division.head.content =
(title, shorttitle?, subtitle*)?
+ & head.index*
& abstract?
& annotation*