Stephen J. Turnbull [mailto:stephenï¼ xemacs.org] wrote:
>>>>> "Christian" == Christian Schmitt
<Christian.Schmitt(a)dresdner-bank.com> writes:
Christian> In 21.4.9(2) something funny must have happened to XML
Christian> mode (from the PSGML package). Given the following XML
Christian> file:
[...]
Christian> Up to version 21.4.8, selecting all of the text and
Christian> then doing M-x indent-region would give me this:
What I get is "External entity root not found". How do you convince
PSGML to operate when there's no DTD?
You're right, I'm getting something similar:
External entity root>
<level1>
<level2>
</level2>
</level1>
</root>
not found
which is strange because I have set the following variables:
(setq sgml-warn-about-undefined-entities nil)
(setq sgml-warn-about-undefined-elements nil)
Cheers,
Christian