To strip tags only from selected tables, you can use either of the following methods:
Strip table tags with configuration macros
Strip table tags with Config PI markers.
Strip table tags with configuration macros
To remove table tags by assigning table macros to a table ID:
[TableBeforeMacros]
TableID = <$$[Tables]StripTable=1>
[TableAfterMacros]
TableID = <$$[Tables]StripTable=0>
See §33.6.1 Invoking macros around tables and §33.6.4 Turning processing on and off around selected tables.
Strip table tags with Config PI markers
To remove table tags from individual tables, you can surround each table with Config PI markers: