Hi.
I use emacs/psgml to edit doc files.
I'm having indent problem for function references.
-- original file --
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.113 -->
<refentry id="function.array-change-key-case">
<refnamediv>
<refname>array_change_key_case</refname>
<refpurpose>Returns an array with all string keys lowercased or
uppercased</refpurpose>
</refnamediv>
<refsect1>
-- indent with my emacs --
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.113 -->
<refentry id="function.array-change-key-case">
<refnamediv>
<refname>array_change_key_case</refname>
<refpurpose>Returns an array with all string keys lowercased or
uppercased</refpurpose>
</refnamediv>
<refsect1>
As you can see, <refnamediv> is not indented, right.
I guess I'm missing something obvious, could anyone
tell what it would be?
GNU Emacs 21.1.1
psgml 1.2.4
Thank you.
--
Yasuo Ohgaki