xml &符
本文向大家介绍xml &符,包括了xml &符的使用技巧和注意事项,需要的朋友参考一下
示例
该&字符首先出现在实体引用中,并且必须在元素内容或属性内容中转义。
<?xml version="1.0"?> <document attribute="An ampersand is escaped as &"> An ampersand can also be escaped as & in element content. </document>