view etc/schema/docbk-dyntbl.rnc @ 91728:58bf306db72e

* net/dbus.el: Remove `no-byte-compile' cookie. (dbus-call-method, dbus-register-signal, dbus-debug) (dbus-registered-functions-table): Declare them with `declare-function' or `defvar', respectively. (top): Don't assert any longer. Require 'cl when compiling. Apply `ignore-errors' but `dbus-ignore-errors'.
author Michael Albinus <michael.albinus@gmx.de>
date Sun, 10 Feb 2008 20:44:27 +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"