]> granicus.if.org Git - docbook-dsssl/commitdiff
Whitespace and added para to start
authorNorman Walsh <ndw@nwalsh.com>
Fri, 27 Dec 2002 18:48:19 +0000 (18:48 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 27 Dec 2002 18:48:19 +0000 (18:48 +0000)
schema/relaxng/docbook.rng

index a160bcc8030e6a76fb8d43425e41cf406ffb6516..219e713554e346d6b223930b723ebd4118620bed 100644 (file)
@@ -1,8 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated by DTDinst version 2002-07-24. -->
-<grammar datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">
+<grammar xmlns="http://relaxng.org/ns/structure/1.0"
+         xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
+         datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
 
   <start>
+    <!-- this could (should?) be expanded to include all the elements -->
     <choice>
       <ref name="set"/>
       <ref name="setindex"/>
@@ -23,6 +25,7 @@
       <ref name="sect4"/>
       <ref name="sect5"/>
       <ref name="section"/>
+      <ref name="para"/>
     </choice>
   </start>