]> granicus.if.org Git - docbook-dsssl/commitdiff
Make id attributes IDs so that duplicate IDs can be flagged by the parser
authorNorman Walsh <ndw@nwalsh.com>
Thu, 23 May 2002 16:41:53 +0000 (16:41 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 23 May 2002 16:41:53 +0000 (16:41 +0000)
website/autolayout.dtd

index e0a5c830da493724417e07e65c9edc72ebaf3f89..d76ffdd4de03513595b30089c1a7be336490c544 100644 (file)
 
 <!ELEMENT tocentry (title, titleabbrev?, summary?, tocentry*)>
 <!ATTLIST tocentry
-       id              CDATA   #REQUIRED
+       id              ID      #REQUIRED
        page            CDATA   #IMPLIED
        href            CDATA   #IMPLIED
        dir             CDATA   #IMPLIED
        filename        CDATA   #IMPLIED
+       revisionflag    (added|changed) #IMPLIED
        tocskip         (0|1)   "0"
 >
 
 <!ELEMENT notoc (title, titleabbrev?, summary?)>
 <!ATTLIST notoc
-       id              CDATA   #REQUIRED
+       id              ID      #REQUIRED
        page            CDATA   #REQUIRED
        dir             CDATA   #IMPLIED
        filename        CDATA   #REQUIRED