diff options
author | Sam Steingold <sds@gnu.org> | 2010-11-04 14:17:38 -0400 |
---|---|---|
committer | Sam Steingold <sds@gnu.org> | 2010-11-04 14:17:38 -0400 |
commit | 9d42453dfddb96f48bd3832270723ceb49dfd770 (patch) | |
tree | 10b16a7582d845675deaf319412a3057162a2869 /etc/schema | |
parent | 3fdebbf9ac5507cf112ee58613a02f73039c4e41 (diff) | |
download | emacs-9d42453dfddb96f48bd3832270723ceb49dfd770.tar.gz |
identify "refentry" as DocBook
Diffstat (limited to 'etc/schema')
-rw-r--r-- | etc/schema/schemas.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/schema/schemas.xml b/etc/schema/schemas.xml index 099df6b9436..da4539e0ac3 100644 --- a/etc/schema/schemas.xml +++ b/etc/schema/schemas.xml @@ -22,7 +22,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> <uri pattern="*.html" typeId="XHTML"/> <uri pattern="*.rng" typeId="RELAX NG"/> <uri pattern="*.rdf" typeId="RDF"/> - + <namespace ns="http://www.w3.org/1999/XSL/Transform" typeId="XSLT"/> <namespace ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" typeId="RDF"/> <namespace ns="http://www.w3.org/1999/xhtml" typeId="XHTML"/> @@ -39,10 +39,11 @@ 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="refentry" typeId="DocBook"/> <documentElement localName="RDF" typeId="RDF"/> <documentElement prefix="rdf" typeId="RDF"/> - + <documentElement localName="locatingRules" uri="locate.rnc"/> <typeId id="XSLT" uri="xslt.rnc"/> |