>> it would be possible to do indenting if the body prg was not run in
>> the parent environment.  Then we could pass some indenting state to
>> the recursive calls of <xml> and indent accordingly.
>
> Should be possible. If we had
>
>    (de <xml> (Level . Lst)
>       (default Level 0)
>
> Then we could do
>
>       (spaces (* 3 Level))
>       (run Lst 1)
>
> I'm not sure. At least this is a basic idea ;-)

With this solution programmers would have to specify the Level
"manually":-(

Tomas
-- 
UNSUBSCRIBE: mailto:[EMAIL PROTECTED]

Reply via email to