all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* nXML and multi-file documents
@ 2009-12-17 19:49 Sam Steingold
  0 siblings, 0 replies; 3+ messages in thread
From: Sam Steingold @ 2009-12-17 19:49 UTC (permalink / raw)
  To: help-gnu-emacs

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.
how do I tell nXML that?
it shows entities in red in all files except for the master one.
Thanks.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: nXML and multi-file documents
       [not found] <mailman.13127.1261079404.2239.help-gnu-emacs@gnu.org>
@ 2009-12-19 14:38 ` Vagn Johansen
  2009-12-20  2:44   ` Sam Steingold
  0 siblings, 1 reply; 3+ messages in thread
From: Vagn Johansen @ 2009-12-19 14:38 UTC (permalink / raw)
  To: help-gnu-emacs

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"?

-- 
Vagn Johansen


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: nXML and multi-file documents
  2009-12-19 14:38 ` nXML and multi-file documents Vagn Johansen
@ 2009-12-20  2:44   ` Sam Steingold
  0 siblings, 0 replies; 3+ messages in thread
From: Sam Steingold @ 2009-12-20  2:44 UTC (permalink / raw)
  To: help-gnu-emacs

> * 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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-12-20  2:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.13127.1261079404.2239.help-gnu-emacs@gnu.org>
2009-12-19 14:38 ` nXML and multi-file documents Vagn Johansen
2009-12-20  2:44   ` Sam Steingold
2009-12-17 19:49 Sam Steingold

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.