xml 撇号和引号

示例

属性值可以用单引号或双引号出现。适当的字符必须转义。

<?xml version="1.0"?>
<document
  quot-attribute="This is a &quot;double quote&quot; and this one is 'simple'"
  apos-attribute='This is a &apos;simple quote&apos; and this one is "double"'>
</document>