[Home] [By Thread] [By Date] [Recent Entries]

  • From: John Cowan <cowan@l...>
  • To: XML Dev <xml-dev@i...>
  • 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&amp;T".

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

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



Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member