From 2b0ffe543f845e1d28bfc1955cf4048a38cdf21a Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Fri, 13 Sep 2002 14:56:57 +0000 Subject: [PATCH] Added usage section --- docbook/ebnf/spec/wd-docbook-ebnf.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docbook/ebnf/spec/wd-docbook-ebnf.xml b/docbook/ebnf/spec/wd-docbook-ebnf.xml index 5087275fa..67cd1bc21 100644 --- a/docbook/ebnf/spec/wd-docbook-ebnf.xml +++ b/docbook/ebnf/spec/wd-docbook-ebnf.xml @@ -132,6 +132,27 @@ It is distributed from the OASIS. +
+Usage + +To use this module, specify the public and system identifiers of this +module in your document type declaration. For example, to use this module +to write a book, use the following document type declaration: + +]]> + +Naturally, you can include an internal subset if you wish. + +To incorporate this module into a higher-level customization layer, use the +public and system identifiers of this module in your customization layer. For +example: + + +%docbookebnf;]]> + +
-- 2.50.1