diff options
author | ot <ot@localhost> | 2007-10-03 09:54:28 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-10-03 09:54:28 +0000 |
commit | 699a47357f05ffd6ffa9c54a67c4ecfbeedd6601 (patch) | |
tree | d63c017e12a81e81fd01be1decff3ae7eee72fc7 /htdocs/sgml-lib/xml.soc | |
parent | 847c271f45a56f0286511c59b0ed3dc77f0002e5 (diff) | |
download | markup-validator-699a47357f05ffd6ffa9c54a67c4ecfbeedd6601.zip markup-validator-699a47357f05ffd6ffa9c54a67c4ecfbeedd6601.tar.gz markup-validator-699a47357f05ffd6ffa9c54a67c4ecfbeedd6601.tar.bz2 |
using local versions of SVG Mobile profile DTDs.
Matching two FPIs for each, since the spec is confused which is correct,
see: http://lists.w3.org/Archives/Public/www-svg/2007Oct/0005.html
Diffstat (limited to 'htdocs/sgml-lib/xml.soc')
-rw-r--r-- | htdocs/sgml-lib/xml.soc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/htdocs/sgml-lib/xml.soc b/htdocs/sgml-lib/xml.soc index 010ce4a..ec8b9db 100644 --- a/htdocs/sgml-lib/xml.soc +++ b/htdocs/sgml-lib/xml.soc @@ -26,6 +26,14 @@ PUBLIC "-//W3C//DTD SVG 1.0//EN" "REC-SVG-20010904/svg10.dtd" PUBLIC "-//W3C//DTD SVG 1.1//EN" "REC-SVG11-20030114/svg11-flat.dtd" +PUBLIC "-//W3C//DTD SVG Basic 1.1//EN" + "REC-SVG11-20030114/svg11-basic-flat.dtd" +PUBLIC "-//W3C//DTD SVG Tiny 1.1//EN" + "REC-SVG11-20030114/svg11-tiny-flat.dtd" +PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" + "REC-SVG11-20030114/svg11-basic-flat.dtd" +PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" + "REC-SVG11-20030114/svg11-tiny-flat.dtd" -- XHTML -- |