- From: Julius Plenz <jp@cvmx.de>
- Date: Thu, 12 Feb 2004 16:47:48 +0100
- To: www-validator@w3.org
- Message-Id: <20040212164748.579317ae.jp@cvmx.de>
Hello list, I have a question about the validator. I wonder if it is possible to turn displaying of errors off? Sometimes I only want to get a "minimal" report, just if it is valid, which encoding is specified, which doctype eand so on. In the source code i found the following piece of code: $File->{Opt}->{'Show Errors'} = $q->param('errors')?TRUE:FALSE; I interpreted that (without looking further for the function's code) as "If URI-parameter 'errors' ist set (to true), don't display errors"; so I tried to validate some documents, appending "&errors=0", ";errors=0", "&errors=no", "&errors=false" and so on to the validator's URI but i didn't find a solution. My question is, if it's possible to turn error-description off an _how_ to do so :) Thanks in advance Julius -- Julius Plenz, <jp@cvmx.de> HP: plenz.com ICQ#129455376 PGP: 0x186DCA0D lynx -dump plenz.com/pgpkey | grep -v ' Get ' | sed '0,2d' | gpg --import whois plenz.com | sed 's/\[a.*\] //'| egrep '^([fl]n|add|em|c[io]|p[^r])' "Nobody will ever need more than 640 kB RAM." -- Bill Gates, 1983<Esc>:wq
Received on Thursday, 12 February 2004 10:51:11 UTC