Extract and rewrite data from XML file in PHP -


i have xml data in file want extract , write user's input in xml format. want extract , change data highlighted in bold.

kindly find below xml data :

  <threadgroup guiclass="threadgroupgui" testclass="threadgroup" testname="mp search za - auth user" enabled="true">     <elementprop name="threadgroup.main_controller" elementtype="loopcontroller" guiclass="loopcontrolpanel" testclass="loopcontroller" testname="loop controller" enabled="true">       <boolprop name="loopcontroller.continue_forever">false</boolprop>       <intprop name="loopcontroller.loops">-1</intprop>     </elementprop>     <stringprop name="threadgroup.num_threads">**1**</stringprop>     <stringprop name="threadgroup.ramp_time">**2**</stringprop>     <longprop name="threadgroup.start_time">1402264500000</longprop>     <longprop name="threadgroup.end_time">1402265700000</longprop>     <boolprop name="threadgroup.scheduler">true</boolprop>     <stringprop name="threadgroup.on_sample_error">continue</stringprop>     <stringprop name="threadgroup.duration">**3960**</stringprop>     <stringprop name="threadgroup.delay">**0**</stringprop>   </threadgroup> 

i looking php solution.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -