Added Local Variables comment to end of file (to activate DocBook XML mode when

editing this file in Emacs).  Added a comment to the top.
This commit is contained in:
franl 2006-03-07 15:26:08 +00:00
parent 744dd3e739
commit 73a1987e84
1 changed files with 16 additions and 2 deletions

View File

@ -1,7 +1,17 @@
<?xml version="1.0" encoding="iso-8859-1"?> <!-- -*- Docbook-XML -*- -->
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
I'm still trying to figure out why xsltproc works with this DTD URI:
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
but generates an error with this DTD URI:
"http://docbook.org/xml/4.2/docbookx.dtd"
-->
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
"http://docbook.org/xml/4.2/docbookx.dtd"
[
<!ENTITY ldp "Linux Documentation Project">
<!ENTITY ldpurl "http://www.tldp.org/">
@ -2114,3 +2124,7 @@ echo "The first command exitted with status $STATUS."
</sect2>
</sect1>
</article>
<!-- Local Variables: -->
<!-- mode: docbook-xml -->
<!-- End: -->