From dbc71ac56743985ffd3749b8fce23ed478e3c156 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 16 Jan 2003 14:58:40 +0000 Subject: [PATCH] RelaxNG version of Simplified DocBook --- schema/relaxng/simple/.cvsignore | 1 + schema/relaxng/simple/Makefile | 7 ++ schema/relaxng/simple/elements.xml | 113 +++++++++++++++++++++++++++++ 3 files changed, 121 insertions(+) create mode 100644 schema/relaxng/simple/.cvsignore create mode 100644 schema/relaxng/simple/Makefile create mode 100644 schema/relaxng/simple/elements.xml diff --git a/schema/relaxng/simple/.cvsignore b/schema/relaxng/simple/.cvsignore new file mode 100644 index 000000000..a88b729ee --- /dev/null +++ b/schema/relaxng/simple/.cvsignore @@ -0,0 +1 @@ +simple.rng diff --git a/schema/relaxng/simple/Makefile b/schema/relaxng/simple/Makefile new file mode 100644 index 000000000..d088e4d00 --- /dev/null +++ b/schema/relaxng/simple/Makefile @@ -0,0 +1,7 @@ +include ../../../cvstools/Makefile.incl + +all: simple.rng + +simple.rng: elements.xml ../docbook.rng ../dbpool.rng ../dbhier.rng ../dbnotn.rng + $(XSLT) ../docbook.rng ../../tools/subset.xsl $@ \ + elements=/sourceforge/docbook/schema/relaxng/simple/elements.xml diff --git a/schema/relaxng/simple/elements.xml b/schema/relaxng/simple/elements.xml new file mode 100644 index 000000000..943f61ea1 --- /dev/null +++ b/schema/relaxng/simple/elements.xml @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.50.1