Guys,
I'm using TT to generate static HTML files, with ttree.
Now I've spent some time getting everything up to XHTML 1.0
Strict, using HTML::Validator, I wanted to happily add the XHTML tick icon
at the bottom of the pages to prove compliance :-)
The presence of the tick icon is within [% IF validated %], and by
default this is not true - just in case I break things. At the moment I'm
stuck with a nasty double pass - generate the files, run external
validation, and for any that are OK (hopefully all), re-generate with
--define validated=1, and re-validate for a belt-and-braces check.
Can anyone suggest anything slightly different? This doesn't feel
very efficient ...
As an aside, the current external validation is just for DTD
compliance, but I will probably extend it to link verification and so on at
some stage ...
Quick wafting zephyrs vex bold Jim
Jim Cheetham [EMAIL PROTECTED]