in reply to Mac::AppleScript::Glue in CGI script

If you only want an HTML validator, get one of the many written in Perl (or even some written in C). Only use AppleScript when you have no other options ande absolutely have to work with a Mac application to get something done.

--
brian d foy <bdfoy@cpan.org>
  • Comment on Re: Mac::AppleScript::Glue in CGI script

Replies are listed 'Best First'.
Re^2: Mac::AppleScript::Glue in CGI script
by Cody Pendant (Prior) on Nov 13, 2004 at 20:45 UTC
    Could you point me in the right direction for these validators? There are two major options as far as I know, the W3C and the WDG validators, both of which come in Red Hat packages and packages for other Linux distros, but they each rely on a binary parser which is difficult to compile on OSX.


    ($_='kkvvttuubbooppuuiiffssqqffssmmiibbddllffss')
    =~y~b-v~a-z~s; print
      HTML Tidy There are lots of options with this as it is available in C, Perl XS, Python or even a Java Port.

      cheers

      tachyon