字元參考

可以使用字元引用,元素內容或屬性值來轉義字元。它們的 Unicode 程式碼點可以用十進位制或十六進位制指定。

<?xml version="1.0"?>
<document>
  The line feed character can be escaped with a decimal (&#10;) or hex (&#xA;)
  representation of its Unicode codepoint (10).
</document>

XML 限制可以出現在文件中的字元,甚至是轉義的字元。特別是,允許​​的唯一控制字元是換行(10),回車(13)或水平標籤(9)。