以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 DOM/SAX/XPath 』  (http://bbs.xml.org.cn/list.asp?boardid=11)
----  欢迎大家来讨论!!  (http://bbs.xml.org.cn/dispbbs.asp?boardid=11&rootid=&id=19465)


--  作者:rfgweb
--  发布时间:6/9/2005 9:50:00 PM

--  欢迎大家来讨论!!
对xml字符串进行解析处理。

文本域1:
<?xml version="1.0" encoding="GB2312"?>
<feature xmlns:v="urn:schemas-microsoft-com:vml">
<region>
<style id="R01">
<v:fill on="true" color="#ffff00" opacity="30%" />
</style>
</region>
</feature>

文本域2:
<?xml version="1.0"?>
<v:rect style="width:100;height:100" />

文本域3:

要求:
为“文本域2”中的xml添加子节点:
1、先将“文本域1”中的v:fill节点克隆到“文本域2”中的xml的

v:rect节点下。
2、再新建一个v:stroke节点,该节点有on、color和weight三个属

性;
将新建的节点也加到“文本域2”中的xml的v:rect节点下。
3、在页面上的效果是:当点击“提交”按钮时,在“文本域3”中

能看到以下结果:
<?xml version="1.0"?>
<v:rect style="width:100;height:100" >
<v:stroke on="true" color="#3366FF" weight="2pt"/>
<v:fill on="true" color="#ffff00" opacity="30%" />
</v:rect>

希望大家能给个答案!


W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
23.438ms