I have some XML files.
Presently an attribute envid is set to null and I want it to be QA in all the file(s). How can i do that without opening each and every file?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Should replace every occurence of
envid=""withenvid="QA"in your*.xmlfiles. But don’t forget that XML files can be strangly formatted, e.g. this won’t be replaced:neither this