1<?xml version="1.0"?>
2<!-- Copyright (C) 2003-2004, 2007-2021 Free Software Foundation, Inc.
3
4This file is part of GNU Emacs.
5
6GNU Emacs is free software: you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation, either version 3 of the License, or
9(at your option) any later version.
10
11GNU Emacs is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>. -->
18
19<locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0">
20  <transformURI fromPattern="*.xml" toPattern="*.rnc"/>
21
22  <uri pattern="*.xsl" typeId="XSLT"/>
23  <uri pattern="*.html" typeId="XHTML"/>
24  <uri pattern="*.rng" typeId="RELAX NG"/>
25  <uri pattern="*.rdf" typeId="RDF"/>
26  <uri pattern="*.dbk" typeId="DocBook"/>
27
28  <namespace ns="http://www.w3.org/1999/XSL/Transform" typeId="XSLT"/>
29  <namespace ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" typeId="RDF"/>
30  <namespace ns="http://www.w3.org/1999/xhtml" typeId="XHTML"/>
31  <namespace ns="http://relaxng.org/ns/structure/1.0" typeId="RELAX NG"/>
32  <namespace ns="http://thaiopensource.com/ns/locating-rules/1.0"
33	     uri="locate.rnc"/>
34  <namespace ns="urn:oasis:names:tc:opendocument:xmlns:office:1.0" typeId="LibreOffice"/>
35  <namespace ns="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" typeId="LibreOffice"/>
36  <namespace ns="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" typeId="LibreOffice"/>
37  <namespace ns="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" typeId="OpenDocument Manifest"/>
38
39  <documentElement localName="stylesheet" typeId="XSLT"/>
40  <documentElement prefix="xsl" localName="transform" typeId="XSLT"/>
41
42  <documentElement localName="html" typeId="XHTML"/>
43
44  <documentElement localName="grammar" typeId="RELAX NG"/>
45
46  <documentElement prefix="" localName="article" typeId="DocBook"/>
47  <documentElement prefix="" localName="book" typeId="DocBook"/>
48  <documentElement prefix="" localName="chapter" typeId="DocBook"/>
49  <documentElement prefix="" localName="part" typeId="DocBook"/>
50  <documentElement prefix="" localName="refentry" typeId="DocBook"/>
51  <documentElement prefix="" localName="section" typeId="DocBook"/>
52
53  <documentElement localName="RDF" typeId="RDF"/>
54  <documentElement prefix="rdf" typeId="RDF"/>
55
56  <documentElement localName="locatingRules" uri="locate.rnc"/>
57
58  <typeId id="XSLT" uri="xslt.rnc"/>
59  <typeId id="RELAX NG" uri="relaxng.rnc"/>
60  <typeId id="XHTML" uri="xhtml.rnc"/>
61  <typeId id="DocBook" uri="docbook.rnc"/>
62  <typeId id="RDF" uri="rdfxml.rnc"/>
63
64  <documentElement prefix="office" typeId="OpenDocument"/>
65  <documentElement prefix="manifest" localName="manifest" typeId="OpenDocument Manifest"/>
66  <typeId id="LibreOffice" uri="OpenDocument-schema-v1.3+libreoffice.rnc"/>
67  <typeId id="OpenDocument Manifest" uri="od-manifest-schema-v1.2-os.rnc"/>
68
69</locatingRules>
70