- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Jan 2009 15:30:35 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/sgml-lib
In directory hutz:/tmp/cvs-serv27565
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.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sgml.dcl	24 May 2003 20:32:46 -0000	1.3
+++ sgml.dcl	20 Jan 2009 15:30:32 -0000	1.4
@@ -53,7 +53,7 @@
                   SHORTREF SGMLREF
          NAMES    SGMLREF
          QUANTITY SGMLREF
-                  ATTCNT   60      -- increased --
+                  ATTCNT   100      -- 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:30:50 UTC