1 | Entity is a term that represents certain data |
2 | XML parser will substitute that data for the entity |
3 | Entities can be used to store binary data |
4 | Predefined entities: amp, lt, gt, apos, quot that stand for: &, <, >, `, " |
5 | Example: |
6 | <statementɱ < 8</statement> |