On Mon, Mar 03, 2003 at 07:12:26PM +0100, Tobias Reif wrote:
> Hi
> 
> What would be the shortes/easiest way to specify a subset of DocBook XML 
> which excludes CALS tables?

Create a DTD customization layer that sets:

<!ENTITY % cals.table.module "IGNORE">

See DocBook: The Definitive Guide for help creating a DTD
customization layer.

If you are planning to replace <table> with something else,
then you also need to include those declarations.

If your intent is to eliminate <table> completely, then
you will need to modify this parameter entity as well
to remove 'table':

<!ENTITY % formal.class
                "equation|example|figure|table %local.formal.class;">

If you plan to paste in the XHTML table element
declarations, be aware that you also need to add the
XHTML elements listed in their content models, or rewrite
the content models to contain only DocBook elements. 

-- 

Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
The SCO Group                               fax:   (831) 429-1887
                                            email: [EMAIL PROTECTED]

Reply via email to