locatingrules.xml 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0"?>
  2. <!-- $Id: locatingrules.xml 9639 2012-10-22 18:41:00Z stefan $ -->
  3. <!-- This is a schema-locating file for use with a RELAX NG-aware editor -->
  4. <!-- such as Emacs/nXML mode. It tells your editor to automatically -->
  5. <!-- associate a document with an RNC schema file, based on the name of -->
  6. <!-- the root element of the document -->
  7. <locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0">
  8. <namespace ns="http://docbook.org/ns/docbook-slides" uri="schema/relaxng/slides.rnc"/>
  9. <documentElement localName="slides" uri="schema/relaxng/slides.rnc"/>
  10. <namespace ns="http://docbook.org/ns/docbook" uri="schema/relaxng/docbook.rnc"/>
  11. </locatingRules>
  12. <!-- To use this file with Emacs/nXML mode, either: -->
  13. <!-- - do M-x customize-variable rng-schema-locating-files -->
  14. <!-- and then add the absolute path to this file there -->
  15. <!-- OR -->
  16. <!-- - put the following into your .emacs file: -->
  17. <!-- (setq rng-schema-locating-files -->
  18. <!-- (append -->
  19. <!-- '("~/docbook-slides/locatingrules.xml"))) -->
  20. <!-- Of course, replace the ~/docbook-slides/locatingrules.xml -->
  21. <!-- pathname with the appropriate location for your system. -->