在C++中想对xml文件进行排序。可是无法交换节点。xml文件如下:<?xml version="1.0" encoding="UTF-8" standalone="no"?><SCHOOL> <Student ID="2"> <Name>李磊</Name> <Sex>男性</Sex> <Country>中国</Country> </Student> <Student ID="3"> <Name>李明</Name> <Sex>男性</Sex> <Country>中国</Country> </Student> <Student ID="1"> <Name>李磊</Name> <Sex>男性</Sex> <Country>中国</Country> </Student> </SCHOOL>
目前暂无任何回答
- 0 回答
- 0 关注
- 1059 浏览
添加回答
举报
0/150
提交
取消