From: Norman Walsh Date: Wed, 19 Jan 2005 03:31:08 +0000 (+0000) Subject: Allow xml:space='preserve' on verbatim environments X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd2f9695902dd50b4705adba227a172f5362ded5;p=docbook-dsssl Allow xml:space='preserve' on verbatim environments --- 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"