Jump to content

Recommended Posts

Posted (edited)

HELLO All,

i have a script that reads XML based on posted xml reads function

it used to work fine until i upgraded my Autoit version to latest 3.2.12.0 its seems that he cant get _XMLGetChildNodes array and fails

did somthing or somone knows about changes since last upgrade?.

Thanks

Edited by tbaror
Posted (edited)

Don't ask for help in Example scripts...

This code still works for me:

#520883

Here is the xml (TemplateData.xml):

<?xml version="1.0" encoding="utf-8"?>
 <NetworTest>
 <TestingMode Name="IperfTesting">
     <TestInfra Name="1GigaNet">
         <TemplateTitle Name="1GIGA Net 1ms or less">
             <CLIrun>-f -r-s -s</CLIrun>
         </TemplateTitle>
         <TemplateTitle Name="1GIGA Net 10ms or less">
             <CLIrun>-f -r-s -s</CLIrun>
         </TemplateTitle>
     </TestInfra>
 </TestingMode>
 
 <TestingMode Name="Netperf Testing">
     <TestInfra Name="1GigaNet">
         <TemplateTitle Name="1GIGA Net 1ms or less">
             <CLIrun>-f -r-s -s</CLIrun>
         </TemplateTitle>
         <TemplateTitle Name="1GIGA Net 10ms or less">
             <CLIrun>-f -r-s -s</CLIrun>
         </TemplateTitle>
     </TestInfra>
 </TestingMode>
 </NetworTest>
Edited by weaponx

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...