etc/NEWS: Separate post-23.3 entries.
[emacs.git] / etc / schema / schemas.xml
blob29a3f74fd0989431700e2761109b26336a3cd95c
1 <!-- Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011  Free Software Foundation, Inc.
3 This file is part of GNU Emacs.
5 GNU Emacs is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation, either version 3 of the License, or
8 (at your option) any later version.
10 GNU Emacs is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>. -->
18 <locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0">
19   <transformURI fromPattern="*.xml" toPattern="*.rnc"/>
21   <uri pattern="*.xsl" typeId="XSLT"/>
22   <uri pattern="*.html" typeId="XHTML"/>
23   <uri pattern="*.rng" typeId="RELAX NG"/>
24   <uri pattern="*.rdf" typeId="RDF"/>
25   <uri pattern="*.dbk" typeId="DocBook"/>
27   <namespace ns="http://www.w3.org/1999/XSL/Transform" typeId="XSLT"/>
28   <namespace ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" typeId="RDF"/>
29   <namespace ns="http://www.w3.org/1999/xhtml" typeId="XHTML"/>
30   <namespace ns="http://relaxng.org/ns/structure/1.0" typeId="RELAX NG"/>
31   <namespace ns="http://thaiopensource.com/ns/locating-rules/1.0"
32              uri="locate.rnc"/>
34   <documentElement localName="stylesheet" typeId="XSLT"/>
35   <documentElement prefix="xsl" localName="transform" typeId="XSLT"/>
37   <documentElement localName="html" typeId="XHTML"/>
39   <documentElement localName="grammar" typeId="RELAX NG"/>
41   <documentElement prefix="" localName="article" typeId="DocBook"/>
42   <documentElement prefix="" localName="book" typeId="DocBook"/>
44   <documentElement localName="RDF" typeId="RDF"/>
45   <documentElement prefix="rdf" typeId="RDF"/>
46   
47   <documentElement localName="locatingRules" uri="locate.rnc"/>
49   <typeId id="XSLT" uri="xslt.rnc"/>
50   <typeId id="RELAX NG" uri="relaxng.rnc"/>
51   <typeId id="XHTML" uri="xhtml.rnc"/>
52   <typeId id="DocBook" uri="docbook.rnc"/>
53   <typeId id="RDF" uri="rdfxml.rnc"/>
54 </locatingRules>
56 <!-- arch-tag: 1fde96fa-b401-4033-8514-c4990b1e18a5
57      (do not change this comment) -->