Re: Local server HTML validator
In article <d22b4f0d.04041 32018.4333c1d@p osting.google.c om>,
saqib@stonebeat .org (Saqib Ali) writes:[color=blue]
> of installing on other intranet servers, so I just wrote my own PHP
> based validator.[/color]
Isn't that just slightly revisionist? Nothing against your validator,
but that's not quite how you were describing your motivation at the time.
[color=blue]
> Plus, in addition to XHTML/HTML I also wanted to
> validate DocBook XML, so writing my own validator made more sense. And
> it works fine, and much easier to install on new servers. :).[/color]
Your validator, in common with other HTML validators, uses OpenSP,
which has known limitations with XML. mod_validator, from
<URL:http://apache.webthing .com/>, has the edge in terms of supporting
different markup types, though it's not packaged for simple-install.
But for a single user, a desktop validator is likely to make more sense
than a webserver-based one. That leaves arealvalidator for windows,
or validator-lite for other platforms, as someone already said.
--
Nick Kew
Nick's manifesto: http://www.htmlhelp.com/~nick/
In article <d22b4f0d.04041 32018.4333c1d@p osting.google.c om>,
saqib@stonebeat .org (Saqib Ali) writes:[color=blue]
> of installing on other intranet servers, so I just wrote my own PHP
> based validator.[/color]
Isn't that just slightly revisionist? Nothing against your validator,
but that's not quite how you were describing your motivation at the time.
[color=blue]
> Plus, in addition to XHTML/HTML I also wanted to
> validate DocBook XML, so writing my own validator made more sense. And
> it works fine, and much easier to install on new servers. :).[/color]
Your validator, in common with other HTML validators, uses OpenSP,
which has known limitations with XML. mod_validator, from
<URL:http://apache.webthing .com/>, has the edge in terms of supporting
different markup types, though it's not packaged for simple-install.
But for a single user, a desktop validator is likely to make more sense
than a webserver-based one. That leaves arealvalidator for windows,
or validator-lite for other platforms, as someone already said.
--
Nick Kew
Nick's manifesto: http://www.htmlhelp.com/~nick/
Comment