command line
If I could from the command line:
I would be very happy. It would save me lots of time by letting me insert validation in various background scripts. Most of the time its use would be completely transparent.
-ef should be pretty easy. It need not even display anything on the screen unless there is trouble.
- -ef file.html (execute and exit file) validate a single file, if it is ok, just exit, but if it has problem, open it in the editor for me to fix
- -eb script.lst (execute and exit batch) a batch script. If it is ok, just exit. If it has probems, open the editor with the offending documents.
I would be very happy. It would save me lots of time by letting me insert validation in various background scripts. Most of the time its use would be completely transparent.
-ef should be pretty easy. It need not even display anything on the screen unless there is trouble.