view etc/schema/docbk-dyntbl.rnc @ 96749:e18e64789955

(lisp_to_mod): Use parse_solitary_modifier instead. (ns_lisp_to_color): Don't mess with internal Lisp data fields. (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts): Use SDATA.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 16 Jul 2008 20:34:57 +0000
parents cb572a324e49
children
line wrap: on
line source

# Variant of docbook.rnc that allows the table model to be selected
# dynamically based on the definitions of cals.table.module and
# exchange.table.module.  See dbdyntbl.rnc.

# Document (root) elements
include "dbstart.rnc"

# Notation declarations
include "dbnotn.rnc"

# Information pool
include "dbpool.rnc"

# Dynamic Table Model
include "dbdyntbl.rnc"

# Document hierarchy
include "dbhier.rnc"