Question
How to Edit XML file?
I have an xml file that I've created, but inside is one are
with no value that I need to edit and add a value to before
submitting to my process.
For example, in the file is a field with no data like this
BSN=""
I need to open the file, find the BSN="" area, and add a number there like BSN="1" or BSN="2" then save the file.
Is this possible, if so what would be the best way to accomplish this with an xml file?
For example, in the file is a field with no data like this
BSN=""
I need to open the file, find the BSN="" area, and add a number there like BSN="1" or BSN="2" then save the file.
Is this possible, if so what would be the best way to accomplish this with an xml file?
