]> granicus.if.org Git - docbook-dsssl/commitdiff
minor changes to comments
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 7 Apr 2005 05:15:08 +0000 (05:15 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 7 Apr 2005 05:15:08 +0000 (05:15 +0000)
website/locatingrules.xml

index 10e05b0c6544c25fc9f56f2a9305a4a44f662213..b61c53d31f29f503a8e0048179cb2f7250a648b6 100644 (file)
@@ -1,29 +1,29 @@
 <?xml version="1.0"?>
-<!-- 
-  $Id$
+<!-- $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 Website documents), with the RNC
-  schema file at the URI "website.rnc".
-  -->
+<!-- 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 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"/>
-    -->
+<!--   <documentElement prefix="" localName="webpage" uri="website-full.rnc"/> -->
 </locatingRules>
 
-<!--
-  To use this file with Emacs/nXML mode, put the following into
-  your .emacs file:
+<!-- To use this file with Emacs/nXML mode, either: -->
 
-    (setq rng-schema-locating-files
-      (append
-        '("~/docbook-website/locatingrules.xml")))
+<!-- - do M-x customize-variable rng-schema-locating-files -->
+<!--   and then add the absolute path to this file there -->
 
-  Of course, replace the pathname with the appropriate location
-  for your system.
-  -->
+<!--   OR -->
+
+<!-- - put the following into your .emacs file: -->
+
+<!--     (setq rng-schema-locating-files -->
+<!--       (append -->
+<!--         '("~/docbook-website/locatingrules.xml"))) -->
+
+<!--   Of course, replace the ~/docbook-website/locatingrules.xml -->
+<!--   pathname with the appropriate location for your system. -->