开发者

Is <![CDATA[ content ]]> are show when xml parse

开发者 https://www.devze.com 2023-02-18 16:01 出处:网络
Please 开发者_StackOverflow社区tell me when I add in the xml while writing <![CDATA[ content ]]> then when I view the source in Mozilla Firefox then it shows <![CDATA[ content ]]> and when

Please 开发者_StackOverflow社区tell me when I add in the xml while writing <![CDATA[ content ]]> then when I view the source in Mozilla Firefox then it shows <![CDATA[ content ]]> and when I parse this xml then is it escape or it comes? Please tell me! I want to parse this xml in objective C?


The purpose of CDATA is to mark things that shouldn't be parsed. Anything you put within <![CDATA[...]]> will not be parsed.

0

精彩评论

暂无评论...
验证码 换一张
取 消