|
Mike Rhoads wrote:
> You can do this with ODS EXCLUDE and SELECT, coupled with your
> destination of choice. I.e.,
>
> ods html exclude all;
>
> /* stuff you don't want in this file */
>
> ods html select all;
>
> (The code is probably a little clearer if each instance of a given
> destination type has an <id> associated with it.)
Perfect, thanks Mike!
--
Richard
|