Unquote lambda functions.
[emacs.git] / etc / schema / schemas.xml
blob1eef7639540f63937d6080ab2637a26a7664e563
1 <locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0">
2   <transformURI fromPattern="*.xml" toPattern="*.rnc"/>
4   <uri pattern="*.xsl" typeId="XSLT"/>
5   <uri pattern="*.html" typeId="XHTML"/>
6   <uri pattern="*.rng" typeId="RELAX NG"/>
7   <uri pattern="*.rdf" typeId="RDF"/>
8   
9   <namespace ns="http://www.w3.org/1999/XSL/Transform" typeId="XSLT"/>
10   <namespace ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" typeId="RDF"/>
11   <namespace ns="http://www.w3.org/1999/xhtml" typeId="XHTML"/>
12   <namespace ns="http://relaxng.org/ns/structure/1.0" typeId="RELAX NG"/>
13   <namespace ns="http://thaiopensource.com/ns/locating-rules/1.0"
14              uri="locate.rnc"/>
16   <documentElement localName="stylesheet" typeId="XSLT"/>
17   <documentElement prefix="xsl" localName="transform" typeId="XSLT"/>
19   <documentElement localName="html" typeId="XHTML"/>
21   <documentElement localName="grammar" typeId="RELAX NG"/>
23   <documentElement prefix="" localName="article" typeId="DocBook"/>
24   <documentElement prefix="" localName="book" typeId="DocBook"/>
26   <documentElement localName="RDF" typeId="RDF"/>
27   <documentElement prefix="rdf" typeId="RDF"/>
28   
29   <documentElement localName="locatingRules" uri="locate.rnc"/>
31   <typeId id="XSLT" uri="xslt.rnc"/>
32   <typeId id="RELAX NG" uri="relaxng.rnc"/>
33   <typeId id="XHTML" uri="xhtml.rnc"/>
34   <typeId id="DocBook" uri="docbook.rnc"/>
35   <typeId id="RDF" uri="rdfxml.rnc"/>
36 </locatingRules>
38 <!-- arch-tag: 1fde96fa-b401-4033-8514-c4990b1e18a5
39      (do not change this comment) -->