diff options
author | Sam Steingold <sds@gnu.org> | 2010-11-05 15:30:18 -0400 |
---|---|---|
committer | Sam Steingold <sds@gnu.org> | 2010-11-05 15:30:18 -0400 |
commit | 6e373c1afbf1d95475bc9cbc191f0bf646c30360 (patch) | |
tree | 83fc89b570e9d4741680ad518ce502d5a96da5ab | |
parent | 6e8d7c4713addc4943876368b5e37df5ac856589 (diff) | |
download | emacs-6e373c1afbf1d95475bc9cbc191f0bf646c30360.tar.gz |
chapter, part, section are all DocBook elements
-rw-r--r-- | etc/schema/schemas.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/schema/schemas.xml b/etc/schema/schemas.xml index da4539e0ac3..314bdf1145f 100644 --- a/etc/schema/schemas.xml +++ b/etc/schema/schemas.xml @@ -39,7 +39,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> <documentElement prefix="" localName="article" typeId="DocBook"/> <documentElement prefix="" localName="book" typeId="DocBook"/> + <documentElement prefix="" localName="chapter" typeId="DocBook"/> + <documentElement prefix="" localName="part" typeId="DocBook"/> <documentElement prefix="" localName="refentry" typeId="DocBook"/> + <documentElement prefix="" localName="section" typeId="DocBook"/> <documentElement localName="RDF" typeId="RDF"/> <documentElement prefix="rdf" typeId="RDF"/> |