[
Lists Home |
Date Index |
Thread Index
]
- From: John Cowan <cowan@locke.ccil.org>
- To: XML Dev <xml-dev@ic.ac.uk>
- Date: Thu, 03 Jun 1999 14:33:27 -0400
Navreena Gill wrote:
> Is it not possible to have & in the node value of an element like the
> one:
> <DATA>AT&T<DATA>
> My corresponding dtd has data defined as
>
> <!ELEMENT DATA (#PCDATA)>
> While parsing it using SUN parser gives me error:
> Illegal character or entity reference syntax.
> I do need to have & in the value for lots of elements. Can any one suggest
> me some alternative. I cannot change the xmls, since these are generated
> by some other application
The other application is in error, and is simply not generating
XML at all. Complain upstream; no amount of DTD-fiddling will
help you. It should be generating "AT&T".
Alternatively, insert a filtering process just before your
input that maps every "&" to "&".
--
John Cowan http://www.ccil.org/~cowan cowan@ccil.org
You tollerday donsk? N. You tolkatiff scowegian? Nn.
You spigotty anglease? Nnn. You phonio saxo? Nnnn.
Clear all so! 'Tis a Jute.... (Finnegans Wake 16.5)
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|