Re: The entity name must immediately follow the '&' in the entity ref erence

Dibyendu Roy,

This doesn't appear to be a Schema specific error, rather it is a
well-formedness error.

> "Jenson & Nicholson"
> "The entity name must immediately follow the '&' in the entity reference"
.

Your parser encounters the & and expects an entity reference because the &
signifies the start of an entity reference within XML. In order to include
the & utilize the built in entity & So that your text would appear:

"Jenson & Nicholson"

With your current document, you should receive an error with any parser that
tries to parse this document-- regardless of the Schema. (some parsers may,
incorrectly, not raise an error).

Good Luck,
Jeff Rafter
Defined Systems
http://www.defined.net
XML Development and Developer Web Hosting

Received on Monday, 3 September 2001 03:54:49 UTC