【发布时间】:2013-01-29 04:21:11
【问题描述】:
我对python很陌生,我需要修改
<test name="test02"></xmpp> to <test name="test03"></xmpp>
<temp-config>QA</temp-config> to <temp-config>Prod</temp-config>
使用 python 的所有 5 次出现。 不确定要使用什么库。非常感谢您提供任何帮助。
<config>
<logging></logging>
<test-mode>false</test-mode>
<test name="test02"></xmpp>
<mail></mail>
<test-system>0</test-system>
<system id="0" name="suite1" type="regression">
<temp-config>QA</temp-config>
<rpm>0.5</rpm>
<cycles>3</cycles>
</system>
<system id="1" name="suite2" type="regression">
<temp-config>QA</temp-config>
<rpm>0.5</rpm>
<cycles>3</cycles>
</system>
<system id="2" name="suite3" type="regression">
<temp-config>QA</temp-config>
<rpm>0.5</rpm>
<cycles>3</cycles>
</system>
<system id="3" name="suite4" type="regression">
<temp-config>QA</temp-config>
<rpm>0.5</rpm>
<cycles>3</cycles>
</system>
<system id="4" name="suite5" type="regression">
<temp-config>QA</temp-config>
<rpm>0.5</rpm>
<cycles>3</cycles>
</system>
</config>
【问题讨论】: