xml &符

示例

该&字符首先出现在实体引用中,并且必须在元素内容或属性内容中转义。

<?xml version="1.0"?>
<document attribute="An ampersand is escaped as &amp;">
  An ampersand can also be escaped as &amp; in element content.
</document>