撇號和引號

屬性值可以用簡單或雙引號顯示。必須轉義相應的字元。

<?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>