diff options
author | ot <ot@localhost> | 2009-03-17 16:27:34 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2009-03-17 16:27:34 +0000 |
commit | aaa900af10fa687d25ecdef3cebc8d8fdc8dd500 (patch) | |
tree | 0ee2f44fa1e21626ac78d1147eee623666f7263f /htdocs | |
parent | 8578222aa00a3c2f3a19c2ba654e7b8e19952c08 (diff) | |
download | markup-validator-aaa900af10fa687d25ecdef3cebc8d8fdc8dd500.zip markup-validator-aaa900af10fa687d25ecdef3cebc8d8fdc8dd500.tar.gz markup-validator-aaa900af10fa687d25ecdef3cebc8d8fdc8dd500.tar.bz2 |
EXPERIMENTAL - trying to see whether we could pass doctypeless SVG, or any doctypeless XML with multiple namespaces found, to validator.nu engine
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/config/validator.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/htdocs/config/validator.conf b/htdocs/config/validator.conf index cd5b058..9836976 100644 --- a/htdocs/config/validator.conf +++ b/htdocs/config/validator.conf @@ -1,7 +1,7 @@ -# + # Main Configuration File for the W3C Markup Validation Service. # -# $Id: validator.conf,v 1.32 2009-02-13 20:51:19 ot Exp $ +# $Id: validator.conf,v 1.33 2009-03-17 16:27:34 ot Exp $ # # See 'perldoc Config::General' for the syntax, and be aware that the # 'SplitPolicy' is 'equalsign', ie. keys and values are separated by '\s*=\s*', @@ -143,4 +143,5 @@ Languages = en ## on the same machine as the markup validator. ## See http://about.validator.nu/ for installation instructions. #HTML5 = http://localhost:8888/html5/ +#CompoundXML = http://localhost:8888/html5/ </External> |