]> granicus.if.org Git - docbook-dsssl/commitdiff
Make the rules attribute on HTML tables CDATA so that its enumerated values don't...
authorNorman Walsh <ndw@nwalsh.com>
Thu, 26 Aug 2004 13:03:31 +0000 (13:03 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 26 Aug 2004 13:03:31 +0000 (13:03 +0000)
docbook/xml/htmltblx.mod

index da91f0939c18bb78e83542c212de0808902f51c2..de7b31f5be4fc07ee617274411886bc8aeec0690 100644 (file)
          | ((col*|colgroup*), thead?, tfoot?, (tbody+|tr+))">
 
 <!-- Attributes for Table (including HTML ones) -->
+
+<!-- N.B. rules = (none | groups | rows | cols | all) but it can't be spec'd -->
+<!-- that way because 'all' already occurs in a different enumeration in -->
+<!-- CALS tables (frame). -->
+
 <!ENTITY % tbl.table.att        '
     tabstyle    CDATA           #IMPLIED
     tocentry    %yesorno.attvals;       #IMPLIED
     summary     CDATA          #IMPLIED
     width       CDATA        #IMPLIED
     border      CDATA        #IMPLIED
-    rules       (none | groups | rows | cols | all)      #IMPLIED
+    rules       CDATA          #IMPLIED
     cellspacing CDATA        #IMPLIED
     cellpadding CDATA        #IMPLIED
     align       (left|center|right)   #IMPLIED