tags:

views:

283

answers:

3

Is there an official name for the character codes, the codes that represent & as & in order to differentiate between the text character and the coding use of it, used in XML and HTML content?

Also, are these part of the XML or HTML standard, or a third party standard? And, is there an official site you can point me to about them?

+4  A: 

They are called character entity references and defined with slightly varying details(only relevant for exotic ones) in XML, SGML and HTML.

Wikipedia has a nice overview, whereas the W3C provides the complete list.

phihag
+5  A: 

Character entity references

a number of these are defined in the HTML standard linked above

annakata
+3  A: 

XHTML Character Entity Reference

HTML Entities

Roy Peleg