> 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.
Have you considered using a filter for this? - Perrin
