]> granicus.if.org Git - docbook-dsssl/commitdiff
moved RELAX NG locating-rules file to root dir of distro, at same
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 7 Apr 2005 03:07:27 +0000 (03:07 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 7 Apr 2005 03:07:27 +0000 (03:07 +0000)
level as catalogs.xml, which has a similar purpose

website/locatingrules.xml [moved from website/schema/relaxng/schemas.xml with 64% similarity]

similarity index 64%
rename from website/schema/relaxng/schemas.xml
rename to website/locatingrules.xml
index 9f4df1441eede9df7de4515734f414ec99e4cebe..10e05b0c6544c25fc9f56f2a9305a4a44f662213 100644 (file)
@@ -1,23 +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 any documents whose root element is
-  "webpage" (that is DocBook Websited documents), with the RNC
+  "webpage" (that is DocBook Website documents), with the RNC
   schema file at the URI "website.rnc".
+  -->
 
+<locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0">
+  <documentElement prefix="" localName="webpage" uri="website.rnc"/>
+  <!--
+  <documentElement prefix="" localName="webpage" uri="website-full.rnc"/>
+    -->
+</locatingRules>
+
+<!--
   To use this file with Emacs/nXML mode, put the following into
   your .emacs file:
 
     (setq rng-schema-locating-files
       (append
-        '("/usr/share/xml/docbook/website/schema/relaxng/schemas.xml")))
+        '("~/docbook-website/locatingrules.xml")))
 
-   Of course, replace the pathname with the appropriate location
-   for your system.
+  Of course, replace the pathname with the appropriate location
+  for your system.
   -->
-<locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0">
-  <documentElement prefix="" localName="webpage" uri="website.rnc"/>
-  <!-- <documentElement prefix="" localName="webpage" uri="website-full.rnc"/> -->
-</locatingRules>