(imported topic written by rmustapha91)
I have an xml file that has some value that I will like to replace with a different value. For example
Q: if (exists line whose (it contains “11.33.55.67” AND (it contains “appsistelit”)) of file “C:\image.xml”) then “Audit passed” else “Audit failed”
I will like to replace “appsistelit” with “ADCD” through an action script. Can somebody help out with this?