help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nXML and multi-file documents


From: Sam Steingold
Subject: Re: nXML and multi-file documents
Date: Sat, 19 Dec 2009 21:44:03 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux)

> * Vagn Johansen <tbam808@ubgznvy.pbz> [2009-12-19 15:38:38 +0100]:
>
> Sam Steingold <sds@gnu.org> writes:
>
>> emacs now uses nXML as the default mode for xml documents.
>> the doc I edit consists of many files merged together for processing
>> using system entities.
>
> What do you mean with "system entities"?

=================
<!DOCTYPE book PUBLIC ..... [
  <!ENTITY % foo SYSTEM "foo.xml">
  <!ENTITY % ent SYSTEM "ent.xml">
  %ent;
]>

&foo;
==============

when I edit foo.xml, entities, defined in ent.xml are not recognized.

-- 
Sam Steingold (http://sds.podval.org/) on Ubuntu 9.10 (karmic)
http://www.PetitionOnline.com/tap12009/ http://truepeace.org http://camera.org
http://honestreporting.com http://iris.org.il http://memri.org
The program isn't debugged until the last user is dead.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]