我对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>