diff options
author | link <link@localhost> | 2005-02-04 13:20:31 +0000 |
---|---|---|
committer | link <link@localhost> | 2005-02-04 13:20:31 +0000 |
commit | 6bf1d2f510b61f73e4b337963c2a87bec220a44c (patch) | |
tree | e5875b741cf4cc69661661905ee4e31d822d5f4b /htdocs/sgml-lib/xml.soc | |
parent | f9f6b60f4e150c0140b9fb59068ef952f28eb3b3 (diff) | |
download | markup-validator-6bf1d2f510b61f73e4b337963c2a87bec220a44c.zip markup-validator-6bf1d2f510b61f73e4b337963c2a87bec220a44c.tar.gz markup-validator-6bf1d2f510b61f73e4b337963c2a87bec220a44c.tar.bz2 |
Adding instrumented fallback DTD for XML mode, and tweaking catalogs and
code accordingly.
WARNING: This change nukes "OVERRIDE NO" before the fallback in the catalog
which may break some edgecases horribly. Hopefully this will turn out to be
a more "correct" (or "less wrong", but...) solution, but it needs testing!
Diffstat (limited to 'htdocs/sgml-lib/xml.soc')
-rw-r--r-- | htdocs/sgml-lib/xml.soc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/htdocs/sgml-lib/xml.soc b/htdocs/sgml-lib/xml.soc index 77294d2..a4f385a 100644 --- a/htdocs/sgml-lib/xml.soc +++ b/htdocs/sgml-lib/xml.soc @@ -93,8 +93,6 @@ PUBLIC "-//W3C//ELEMENTS SMIL 2.0 Transition//EN" "REC-smil20-20010807/SMIL-transition.mod" --- Do not prefer document type name over a SYSTEM Identifier. -- -OVERRIDE NO - -- Fallback if no FPI is given. -- -DOCTYPE html "REC-xhtml1-20020801/xhtml1-transitional.dtd" +DOCTYPE html xml.dtd + |