aboutsummaryrefslogtreecommitdiffstats
path: root/etc/schema/schemas.xml
diff options
context:
space:
mode:
authorStefan Monnier2010-12-10 19:13:08 -0500
committerStefan Monnier2010-12-10 19:13:08 -0500
commit2c302df3a13236bfbf8ea1b771d13618fcda8d71 (patch)
treef26dc9f22861dc37610de319d05255de058c221b /etc/schema/schemas.xml
parent0c747cb143fa227e78f350ac353d703f489209df (diff)
parent175069efeb080517afefdd44a06f7a779ea8c25c (diff)
downloademacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.tar.gz
emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.zip
Merge from trunk
Diffstat (limited to 'etc/schema/schemas.xml')
-rw-r--r--etc/schema/schemas.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/schema/schemas.xml b/etc/schema/schemas.xml
index 099df6b9436..314bdf1145f 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/>. -->
22 <uri pattern="*.html" typeId="XHTML"/> 22 <uri pattern="*.html" typeId="XHTML"/>
23 <uri pattern="*.rng" typeId="RELAX NG"/> 23 <uri pattern="*.rng" typeId="RELAX NG"/>
24 <uri pattern="*.rdf" typeId="RDF"/> 24 <uri pattern="*.rdf" typeId="RDF"/>
25 25
26 <namespace ns="http://www.w3.org/1999/XSL/Transform" typeId="XSLT"/> 26 <namespace ns="http://www.w3.org/1999/XSL/Transform" typeId="XSLT"/>
27 <namespace ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" typeId="RDF"/> 27 <namespace ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" typeId="RDF"/>
28 <namespace ns="http://www.w3.org/1999/xhtml" typeId="XHTML"/> 28 <namespace ns="http://www.w3.org/1999/xhtml" typeId="XHTML"/>
@@ -39,10 +39,14 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. -->
39 39
40 <documentElement prefix="" localName="article" typeId="DocBook"/> 40 <documentElement prefix="" localName="article" typeId="DocBook"/>
41 <documentElement prefix="" localName="book" typeId="DocBook"/> 41 <documentElement prefix="" localName="book" typeId="DocBook"/>
42 <documentElement prefix="" localName="chapter" typeId="DocBook"/>
43 <documentElement prefix="" localName="part" typeId="DocBook"/>
44 <documentElement prefix="" localName="refentry" typeId="DocBook"/>
45 <documentElement prefix="" localName="section" typeId="DocBook"/>
42 46
43 <documentElement localName="RDF" typeId="RDF"/> 47 <documentElement localName="RDF" typeId="RDF"/>
44 <documentElement prefix="rdf" typeId="RDF"/> 48 <documentElement prefix="rdf" typeId="RDF"/>
45 49
46 <documentElement localName="locatingRules" uri="locate.rnc"/> 50 <documentElement localName="locatingRules" uri="locate.rnc"/>
47 51
48 <typeId id="XSLT" uri="xslt.rnc"/> 52 <typeId id="XSLT" uri="xslt.rnc"/>