diff options
author | ot <ot@localhost> | 2009-01-20 15:30:32 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2009-01-20 15:30:32 +0000 |
commit | e9d3e287758e9aef216f53d806d850ff8ae9d644 (patch) | |
tree | ca690f0390c6766a8635e485c08e0ba2136b0f94 /htdocs/sgml-lib/sgml.dcl | |
parent | cb7e5b5373fb2940c6e5a820547d7e11a2440951 (diff) | |
download | markup-validator-e9d3e287758e9aef216f53d806d850ff8ae9d644.zip markup-validator-e9d3e287758e9aef216f53d806d850ff8ae9d644.tar.gz markup-validator-e9d3e287758e9aef216f53d806d850ff8ae9d644.tar.bz2 |
testing a larger ATTCNT value for DTDs with large number of attributes per element
Diffstat (limited to 'htdocs/sgml-lib/sgml.dcl')
-rw-r--r-- | htdocs/sgml-lib/sgml.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/sgml-lib/sgml.dcl b/htdocs/sgml-lib/sgml.dcl index 7bf1992..f9de56f 100644 --- a/htdocs/sgml-lib/sgml.dcl +++ b/htdocs/sgml-lib/sgml.dcl @@ -53,7 +53,7 @@ SYNTAX 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 -- |