Re: XHTML tester

I actually have some where an ASP script that I use as a batch tester. It
uses MSXML though. Let me know if you're interested. I know Dave brownell
also has one that uses JSP if this is more congenial:>)

Frank

frank
----- Original Message -----
From: Simon St.Laurent <simonstl@simonstl.com>
To: Ian Graham <ian.graham@utoronto.ca>
Cc: <www-html@w3.org>; <www-validator@w3.org>
Sent: Sunday, April 23, 2000 8:50 PM
Subject: Re: XHTML tester


> At 07:23 PM 4/23/00 -0400, Ian Graham wrote:
> >I suppose you could wrap nsgmls with a shell script wrapper and use the
> >shell script to batch out things as command line arguments.... something
> >like
> >
> >#! /bin/sh
> >for i in $*
> >do
> >   nsgmls -ccatalog_id -o${i}.out ${i}
> >done
> >
> >kinda ugly though. Is that a reasonable option?
>
> It's a solution, but it's hardly something I can recommend to a large
> audience.
>
> I may do some cooking myself.
>
> Simon St.Laurent
> XML Elements of Style / XML: A Primer, 2nd Ed.
> Building XML Applications
> Inside XML DTDs: Scientific and Technical
> Cookies / Sharing Bandwidth
> http://www.simonstl.com
>

Received on Sunday, 23 April 2000 23:26:07 UTC