]> granicus.if.org Git - docbook-dsssl/commitdiff
Allow navigation components at the end of section and sect/n/
authorNorman Walsh <ndw@nwalsh.com>
Wed, 19 Jan 2005 04:35:43 +0000 (04:35 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 19 Jan 2005 04:35:43 +0000 (04:35 +0000)
docbook/relaxng/src/hier.rnc
docbook/relaxng/src/sect1.rnc

index 1388f0943dc89bfa89edf9342a4e194b4381393d..ac478738ca7f5948349525be4334aa45bdec4ab5 100644 (file)
@@ -392,7 +392,8 @@ div {
       element section {
          db.section.attlist,
          db.section.info,
-         db.recursive.blocks.or.sections
+         db.recursive.blocks.or.sections,
+         db.navigation.components*
       }
 }
 
index 65ef680ac3b0f3d544e6add453643ae4213a6726..0cbfd2583b104432083657e9e6eaccc327f6f955 100644 (file)
@@ -48,7 +48,8 @@ div {
          ((db.all.blocks+, (db.optional.refentry | (db.sect2*, db.simplesect*)))
           | db.required.refentry
           | (db.sect2+, db.simplesect*)
-          | db.simplesect+)
+          | db.simplesect+),
+         db.navigation.components*
       }
 }
 
@@ -80,7 +81,8 @@ div {
          ((db.all.blocks+, (db.optional.refentry | (db.sect3*, db.simplesect*)))
           | db.required.refentry
           | (db.sect3+, db.simplesect*)
-          | db.simplesect+)
+          | db.simplesect+),
+         db.navigation.components*
       }
 }
 
@@ -112,7 +114,8 @@ div {
          ((db.all.blocks+, (db.optional.refentry | (db.sect4*, db.simplesect*)))
           | db.required.refentry
           | (db.sect4+, db.simplesect*)
-          | db.simplesect+)
+          | db.simplesect+),
+         db.navigation.components*
       }
 }
 
@@ -144,7 +147,8 @@ div {
          ((db.all.blocks+, (db.optional.refentry | (db.sect5*, db.simplesect*)))
           | db.required.refentry
           | (db.sect5+, db.simplesect*)
-          | db.simplesect+)
+          | db.simplesect+),
+         db.navigation.components*
       }
 }
 
@@ -175,7 +179,8 @@ div {
          db.sect5.info,
          ((db.all.blocks+, (db.optional.refentry | db.simplesect*))
           | db.required.refentry
-          | db.simplesect+)
+          | db.simplesect+),
+         db.navigation.components*
       }
 }