diff etc/schema/schemas.xml @ 111901:4bb97b6fa4d3

* lisp/files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode. * etc/schema/schemas.xml: Handle *.dbk as DocBook.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 04 Dec 2010 16:45:17 -0500
parents 1d1d5d9bd884
children c00190a8c8ef 376148b31b5e
line wrap: on
line diff
--- a/etc/schema/schemas.xml	Sat Dec 04 16:15:17 2010 -0500
+++ b/etc/schema/schemas.xml	Sat Dec 04 16:45:17 2010 -0500
@@ -22,7 +22,8 @@
   <uri pattern="*.html" typeId="XHTML"/>
   <uri pattern="*.rng" typeId="RELAX NG"/>
   <uri pattern="*.rdf" typeId="RDF"/>
-  
+  <uri pattern="*.dbk" typeId="DocBook"/>
+
   <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"/>