Friday, July 18, 2008

Entity

Entities are simply a data-replacement facility.
For Example: An entity declaration says, "wherever you see X, replace it with Y". Then, you sprinkle a bunch of X's around your document, which are the entity references. When the XML parser sees an X, it mentally substitutes Y in its place.

No comments: