]> granicus.if.org Git - docbook-dsssl/commitdiff
initial add
authorMichael Smith <xmldoc@users.sourceforge.net>
Tue, 26 Apr 2005 03:41:48 +0000 (03:41 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Tue, 26 Apr 2005 03:41:48 +0000 (03:41 +0000)
slides/locatingrules.xml [new file with mode: 0644]

diff --git a/slides/locatingrules.xml b/slides/locatingrules.xml
new file mode 100644 (file)
index 0000000..a12b3da
--- /dev/null
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!-- $Id$ -->
+
+
+<!-- This is a schema-locating file for use with a RELAX NG-aware editor -->
+<!-- such as Emacs/nXML mode. It tells your editor to automatically -->
+<!-- associate a document with an RNC schema file, based on the name of -->
+<!-- the root element of the document -->
+
+<locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0">
+  <documentElement prefix="" localName="slides" uri="schema/relaxng/slides.rnc"/>
+<!--   <documentElement prefix="" localName="slides" uri="schema/relaxng/slides-full.rnc"/> -->
+</locatingRules>
+
+<!-- To use this file with Emacs/nXML mode, either: -->
+
+<!-- - do M-x customize-variable rng-schema-locating-files -->
+<!--   and then add the absolute path to this file there -->
+
+<!--   OR -->
+
+<!-- - put the following into your .emacs file: -->
+
+<!--     (setq rng-schema-locating-files -->
+<!--       (append -->
+<!--         '("~/docbook-slides/locatingrules.xml"))) -->
+
+<!--   Of course, replace the ~/docbook-slides/locatingrules.xml -->
+<!--   pathname with the appropriate location for your system. -->