validator/htdocs/sgml-lib sgml.dcl,1.4,1.5

Update of /sources/public/validator/htdocs/sgml-lib
In directory hutz:/tmp/cvs-serv29384

Modified Files:
	sgml.dcl 
Log Message:
testing a larger ATTCNT value for DTDs with large number of attributes per element

Index: sgml.dcl
===================================================================
RCS file: /sources/public/validator/htdocs/sgml-lib/sgml.dcl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sgml.dcl	20 Jan 2009 15:30:32 -0000	1.4
+++ sgml.dcl	20 Jan 2009 15:32:29 -0000	1.5
@@ -53,7 +53,7 @@
                   SHORTREF SGMLREF
          NAMES    SGMLREF
          QUANTITY SGMLREF
-                  ATTCNT   100      -- increased --
+                  ATTCNT   200      -- increased --
                   ATTSPLEN 65536   -- These are the largest values --
                   LITLEN   65536   -- permitted in the declaration --
                   NAMELEN  65536   -- Avoid fixed limits in actual --

Received on Tuesday, 20 January 2009 15:32:39 UTC