schemas.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!-- Copyright (C) 2003-2004, 2007-2012 Free Software Foundation, Inc.
  2. This file is part of GNU Emacs.
  3. GNU Emacs is free software: you can redistribute it and/or modify
  4. it under the terms of the GNU General Public License as published by
  5. the Free Software Foundation, either version 3 of the License, or
  6. (at your option) any later version.
  7. GNU Emacs is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU General Public License for more details.
  11. You should have received a copy of the GNU General Public License
  12. along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. -->
  13. <locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0">
  14. <transformURI fromPattern="*.xml" toPattern="*.rnc"/>
  15. <uri pattern="*.xsl" typeId="XSLT"/>
  16. <uri pattern="*.html" typeId="XHTML"/>
  17. <uri pattern="*.rng" typeId="RELAX NG"/>
  18. <uri pattern="*.rdf" typeId="RDF"/>
  19. <uri pattern="*.dbk" typeId="DocBook"/>
  20. <namespace ns="http://www.w3.org/1999/XSL/Transform" typeId="XSLT"/>
  21. <namespace ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" typeId="RDF"/>
  22. <namespace ns="http://www.w3.org/1999/xhtml" typeId="XHTML"/>
  23. <namespace ns="http://relaxng.org/ns/structure/1.0" typeId="RELAX NG"/>
  24. <namespace ns="http://thaiopensource.com/ns/locating-rules/1.0"
  25. uri="locate.rnc"/>
  26. <documentElement localName="stylesheet" typeId="XSLT"/>
  27. <documentElement prefix="xsl" localName="transform" typeId="XSLT"/>
  28. <documentElement localName="html" typeId="XHTML"/>
  29. <documentElement localName="grammar" typeId="RELAX NG"/>
  30. <documentElement prefix="" localName="article" typeId="DocBook"/>
  31. <documentElement prefix="" localName="book" typeId="DocBook"/>
  32. <documentElement prefix="" localName="chapter" typeId="DocBook"/>
  33. <documentElement prefix="" localName="part" typeId="DocBook"/>
  34. <documentElement prefix="" localName="refentry" typeId="DocBook"/>
  35. <documentElement prefix="" localName="section" typeId="DocBook"/>
  36. <documentElement localName="RDF" typeId="RDF"/>
  37. <documentElement prefix="rdf" typeId="RDF"/>
  38. <documentElement localName="locatingRules" uri="locate.rnc"/>
  39. <typeId id="XSLT" uri="xslt.rnc"/>
  40. <typeId id="RELAX NG" uri="relaxng.rnc"/>
  41. <typeId id="XHTML" uri="xhtml.rnc"/>
  42. <typeId id="DocBook" uri="docbook.rnc"/>
  43. <typeId id="RDF" uri="rdfxml.rnc"/>
  44. </locatingRules>