From cd2f9695902dd50b4705adba227a172f5362ded5 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Wed, 19 Jan 2005 03:31:08 +0000 Subject: [PATCH] Allow xml:space='preserve' on verbatim environments --- docbook/relaxng/src/pool.rnc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docbook/relaxng/src/pool.rnc b/docbook/relaxng/src/pool.rnc index e651d9c50..b4bb42256 100644 --- a/docbook/relaxng/src/pool.rnc +++ b/docbook/relaxng/src/pool.rnc @@ -208,7 +208,8 @@ db.verbatim.attributes = attribute continuation { "continues" | "restarts" }?, attribute linenumbering { "numbered" | "unnumbered" }?, attribute startinglinenumber { xsd:integer }?, - attribute language { text }? + attribute language { text }?, + attribute xml:space { "preserve" }? # ====================================================================== @@ -229,6 +230,7 @@ db.biblio.class-enum.attribute = attribute class { "doi" | "isbn" + | "isrn" | "issn" | "libraryofcongress" | "pubnumber" -- 2.40.0