I have some XML text that I wish to render in an HTML page. This text contains an ampersand, which I want to render in its entity representation: &.
&
When your XML contains &, this will result in the text &.
&
When you use that in HTML, that will be rendered as &.