XML Entities


Defniition

An entity is basically a variable in a XML document

Data is assigned to that entity reference and when that entity reference is used, the assigned data comes with it.


Character References

Entities that have a constant assigned value - specifically for special language characters

Unicode characters are listed on the unicode website

Add them to your XML document in the following format:

&#nnnn where nnnn is the ASCII number/character set