返回首页
当前位置: 主页 > lamp >

 特定的字符与XML 字符串

时间:2010-07-31 09:48来源:未知 作者:Internet 点击:
Special Characters and XML Strings XML has a special set of characters that cannot be used in normal XML strings. These characters are: - amp; - lt; - gt; - quot; ' - #39; For example, the following XML string is invalid: OrganizationIBM Mi
  
Special Characters and XML Strings

XML has a special set of characters that cannot be used in normal XML strings. These characters are:

  1. & - &
  2. < - &lt;
  3. > - &gt;
  4. " - &quot;
  5. ' - &#39;

For example, the following XML string is invalid:

 
<Organization>IBM & Microsoft</Organization>
顶一下
(4)
100%
踩一下
(0)
0%
------分隔线----------------------------
最新评论 查看所有评论
发表评论 查看所有评论
发布者资料
amw 查看详细资料 发送留言 加为好友 用户等级:高级会员 注册时间:2009-03-30 13:03 最后登录:2012-01-17 11:01
推荐内容