]> granicus.if.org Git - docbook-dsssl/commitdiff
Bug fix. Details: http://markmail.org/message/yyl2fgzyj5yvwu2e
authorScott Hudson <scottys.log@gmail.com>
Tue, 4 Aug 2009 20:04:06 +0000 (20:04 +0000)
committerScott Hudson <scottys.log@gmail.com>
Tue, 4 Aug 2009 20:04:06 +0000 (20:04 +0000)
docbook/relaxng/publishers/publishers/publishers.rnc

index 699d52b706f8b9e91a93b294e081f6cb308a1934..938683f6ef847561e137539b7a250a8a61e58d14 100644 (file)
@@ -42,6 +42,9 @@ include "../../docbook/src/core.rnc" {
    | db.navigation.components
    | db.section
    | db.para
+   | db.drama
+   | db.poetry
+   | db.dialogue
    
  db.sidebar =
       element sidebar {
@@ -64,7 +67,7 @@ db.org =
          (db.address|db.affiliation|db.email|db.uri|db.orgdiv|db.mediaobject)*
       }
 
-  db.parameter = notAllowed
+db.parameter = notAllowed
 
 db.info =
 element info
@@ -128,6 +131,19 @@ db.bibliographic.elements =
 
   db.extension.blocks = db.dialogue | db.poetry
 }
+include "../../docbook/src/bibliography.rnc"
+include "../../docbook/src/calstbl.rnc" 
+include "../../docbook/src/callouts.rnc" 
+db.programlisting = notAllowed
+include "../../docbook/src/glossary.rnc"
+include "../../docbook/src/index.rnc"
+include "../../docbook/src/markup.rnc" 
+db.programming.inlines = notAllowed
+include "../../docbook/src/math.rnc"
+include "../../docbook/src/mathml.rnc"
+include "../../docbook/src/qandaset.rnc"
+include "../../docbook/src/svg.rnc"
+include "../../docbook/src/tasks.rnc"
 include "dcterms.rnc" {start |= notAllowed}
 include "dcmitype.rnc"