Index: openacs-4/packages/acs-core-docs/www/psgml-mode.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/psgml-mode.html,v diff -u -r1.22.2.5 -r1.22.2.6 --- openacs-4/packages/acs-core-docs/www/psgml-mode.html 16 Dec 2003 13:58:42 -0000 1.22.2.5 +++ openacs-4/packages/acs-core-docs/www/psgml-mode.html 18 Dec 2003 10:04:27 -0000 1.22.2.6 @@ -28,7 +28,7 @@ in it. By maintaining your own CATALOG, it is easy to add more DTD's without changing your emacs settings. (How about that HTML 4.01 DTD you always wanted to get from W3C ? The -DTD is in the zip archives and tarballs available on the site.

That's it. Now you are ready to tell emacs all about PSGML mode and +DTD is in the zip archives and tarballs available on the site.)

That's it. Now you are ready to tell emacs all about PSGML mode and that funky CATALOG

What to tell emacs

If you installed PSGML mode in a non-standard location, e.g., somewhere in your home directory, you need to add this to the load-path by adding this line to your .emacs file:

@@ -60,7 +60,7 @@
       ;; Some convenient key definitions:
       (define-key sgml-mode-map "\C-c\C-x\C-e" 'sgml-describe-element-type)
       (define-key sgml-mode-map "\C-c\C-x\C-i" 'sgml-general-dtd-info)
-      (define-key sgml-mode-map "\C-c\C-x\C-t" 'sgml-describe-entity))))
+      (define-key sgml-mode-map "\C-c\C-x\C-t" 'sgml-describe-entity)
    
 

What is a DOCTYPE ?

All SGML and XML documents that should conform to a DTD have to declare a doctype. For the docbook XML, all your .xml files whould start with