- From: Chris Hyzer <mchyzer@yahoo.com>
- Date: Mon, 20 Oct 2003 14:44:21 -0700 (PDT)
- To: Saqib Ali <saqib@seagate.com>
- Cc: www-validator@w3.org
Hello, Sorry, I gave a bad example, my linux command was just supposed to show that no errors were being generated. When I run lycos through my validator from the web side, you will see this: http://flash.isc-seo.upenn.edu:8000/validator/check.pl?uri=http%3A%2F%2Fwww.lycos.com We know this has errors since we see them from the w3.org validator: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.lycos.com When I run the source code through "onsgmls", I get the following: /usr/bin/onsgmls -D /usr/local/validator/htdocs/sgml-lib -c sgml.soc -E0 -R -wvalid -wnon-sgml-char-ref -wno-duplicate < lycos.html > lycos.out 2> lycos.err Output: http://flash.isc-seo.upenn.edu:8000/temp/lycos.err http://flash.isc-seo.upenn.edu:8000/temp/lycos.out http://flash.isc-seo.upenn.edu:8000/temp/lycos.html Any ideas why the validator CGI is not parsing the output correctly? I have the right version of onsgmls, so it should, do working onsgmls commands produce similar outputs and errors? Thanks, Chris --- Saqib Ali <saqib@seagate.com> wrote: > > [mchyzer@flash bin]$ /usr/bin/onsgmls -D > > /usr/local/validator/htdocs/sgml-lib -c sgml.soc > -E0 > > -R -wvalid -wnon-sgml-char-ref -wno-duplicate > > Chris, > > I think you need to specify what html file you want > to validate to the > onsgmls. > > here is what I use: > > # onsgmls -E0 -c /path/to/dtd/HTML4.cat -s > /path/to/dtd/HTML4.decl > myhtml.html > > If you dont specify any html file, there is will no > output. > > Saqib Ali > --------- > http://validate.sourceforge.net <--- > XHTML/HTML/DocBook Validator
Received on Monday, 20 October 2003 17:44:22 UTC