【发布时间】:2012-09-28 10:03:02
【问题描述】:
我有 XML 文件
<root rootname="RName" otherstuff="temp">
<somechild childname="CName" otherstuff="temp">
</somechild>
</root>
在上述 XML 中,如何使用 QT 将 RName 更新为 RN 和 CName 更新为 CN。我正在使用QDomDocument,但无法执行所需的操作。
【问题讨论】:
标签: xml qt xml-parsing