& in the element

John Cowan cowan at locke.ccil.org
Thu Jun 3 20:31:48 BST 1999


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&amp;T".

Alternatively, insert a filtering process just before your
input that maps every "&" to "&amp;".

-- 
John Cowan	http://www.ccil.org/~cowan		cowan at 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 at 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 at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)





More information about the Xml-dev mailing list