Umm, well, no. :-)
I've had a brief glance at filters and so on, and they appear to be 
intended to work over a block of text ... I could extend the block to 
include the whole document, but I don't see that helping ... Probably I 
just don't understand them properly :-)

pseudo-code now assumes that things will validate, and that I don't want to 
validate documents "known" to be invalid ...

if ( (process document, validated=true) validates )
         use the output already generated
else
         process document, validated=false

I'm beginning to think that, as I'm using ttree, perhaps this might be a 
good place to add such a check ... a sort of --re-process-if `validate $1` 
option ...

At 11:38 09/07/2001 -0400, you wrote:
> >          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

Quick wafting zephyrs vex bold Jim
Jim Cheetham [EMAIL PROTECTED]



Reply via email to