On Wed, 21 Apr 2004, Peter Reilly <[EMAIL PROTECTED]> wrote:

> The only thing to keep in mind is that the following (I think)
> should still work.
>
> <copy ...>
>    <mapper chain="yes">
>       <globmapper .../>
>       <mymapper ../>
>     </mapper>
> </copy>
> 
> as against:
> <copy ....>
>     <mapper>
>        <chainmapper>
>          ...
>         </chainmapper>
>     </mapper>
> </copy>

Why is this desirable?  Less wordy or for a different reason.

> or
> <copy .....>
>   <chainmapper>
>     ...
>   </chainmapper>
> </copy>

Should be our goal, but wouldn't work right now, correct?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to