Z
zhem8
Unregistered / Unconfirmed
GUEST, unregistred user!
我有一个xml的文件:
<?xml version="1.0" encoding="gb2312"?>
<syn title="邓小平理论概论总复习二" author="Goofy" createdate="2003年1月15日" descripe="无
" frames="3" width="400" height="350" teacher="aaa" major="aaa" grade="本科" modalID="0">
<res title="单项选择题_5" time="533" url="img006.GIF" level="1" frame="2" type="other"/>
<res title="多项选择题_1" time="584" url="img007.GIF" level="1" frame="2" type="other"/>
<res title="多项选择题_2" time="614" url="img008.GIF" level="1" frame="2" type="other"/>
<res title="多项选择题_3" time="676" url="img009.GIF" level="1" frame="2" type="other"/>
<res title="判断题" time="731" url="img010.GIF" level="1" frame="2" type="other"/>
<res title="辨析题" time="990" url="img011.GIF" level="1" frame="2" type="other"/>
<res title="简答题" time="1353" url="img012.GIF" level="1" frame="2" type="other"/>
<res title="论述题" time="1355" url="img013.GIF" level="1" frame="2" type="other"/>
</syn>
1.我要对某些“res”节点进行查询,替换某些属性(title,tiem,url...)的值!
2.还要添加新的“res节点”,并设置各种属性的值!
我用的是XMLDocument1控件!
希望能给我源代码!
<?xml version="1.0" encoding="gb2312"?>
<syn title="邓小平理论概论总复习二" author="Goofy" createdate="2003年1月15日" descripe="无
" frames="3" width="400" height="350" teacher="aaa" major="aaa" grade="本科" modalID="0">
<res title="单项选择题_5" time="533" url="img006.GIF" level="1" frame="2" type="other"/>
<res title="多项选择题_1" time="584" url="img007.GIF" level="1" frame="2" type="other"/>
<res title="多项选择题_2" time="614" url="img008.GIF" level="1" frame="2" type="other"/>
<res title="多项选择题_3" time="676" url="img009.GIF" level="1" frame="2" type="other"/>
<res title="判断题" time="731" url="img010.GIF" level="1" frame="2" type="other"/>
<res title="辨析题" time="990" url="img011.GIF" level="1" frame="2" type="other"/>
<res title="简答题" time="1353" url="img012.GIF" level="1" frame="2" type="other"/>
<res title="论述题" time="1355" url="img013.GIF" level="1" frame="2" type="other"/>
</syn>
1.我要对某些“res”节点进行查询,替换某些属性(title,tiem,url...)的值!
2.还要添加新的“res节点”,并设置各种属性的值!
我用的是XMLDocument1控件!
希望能给我源代码!