# HG changeset patch
# User Patrick PIERRE
# Date 1365420422 -7200
# Node ID 546609a9244723080cf9f3e29cc145c219816c48
# Parent  951f1a25efc52da12b1af6fcc8d143fbe4c6ba0c
topic pure bibliography

diff -r 951f1a25efc5 -r 546609a92447 RelaxNG/publidoc.rnc
--- a/RelaxNG/publidoc.rnc	dim. avril 07 17:05:34 2013 +0200
+++ b/RelaxNG/publidoc.rnc	lun. avril 08 13:27:02 2013 +0200
@@ -71,8 +71,7 @@
 top.topic.content =
    top.head?,
    header?,
-   section+,
-   bibliography?,
+   ((section+, bibliography?) | bibliography),
    footer?
 
 
@@ -129,8 +128,7 @@
 topic.content =
    component.head?,
    header?,
-   section+,
-   bibliography?,
+   ((section+, bibliography?) | bibliography),
    footer?