我有xml文件,其内容如下:
<?xml version="1.0" encoding="utf-8" ?>
<Banner>
<Item Id="10">
<div style="background:urL(images/top1.gif) repeat-x center top; " />
</Item>
<Item Id="11">
<div style="background:urL(images/top1.gif) repeat-x center top; " />
</Item>
<Item Id="12">
<div style="background:urL(images/top1.gif) repeat-x center top; " />
</Item>
</Banner>
我想把整个<Item>节点下的<div>作为它的InnerText,也就是把整个<div>作为值,那么这个<div>应该怎么放在<Item>下呢
将具体内容放在<![CDATA[ xxxxx ]]> 中,如: <![CDATA[ <div style="background:urL(images/top1.gif) repeat-x center top; " /> ]]>
想过这个语法,但没去做,好吧,我试试。
嗯,是这样的,里面的内容全部变灰。
@king2003: 这个的意思是内部的内容全是数据。