xml 转义

xml文件有一些转义字符需要注意,转义字符如下:

&lt; The less-than character (<) starts element markup (the first character of a start-tag or an end-tag).

&amp; The ampersand character (&) starts entity markup (the first character of a character entity reference). &gt; The greater-than character (>) ends a start-tag or an end-tag. &quot; The double-quote character (") can be symbolised with this character entity reference when you need to embed a double-quote inside a string which is already double-quoted. &apos; The apostrophe or single-quote character (') can be symbolised with this character entity reference when you need to embed a single-quote or apostrophe inside a string which is already single-quoted.

相关文章

php输出xml格式字符串
J2ME Mobile 3D入门教程系列文章之一
XML轻松学习手册
XML入门的常见问题(一)
XML入门的常见问题(三)
XML轻松学习手册(2)XML概念