I am new to XML and have a very sketchy knowledge of C. I am writing a C program in which I need to read strings (each on a separate line) in a text file, match that string with a value enclosed in a specific tag inside an XML file, and based upon that match, get a value from inside another tag in the same XML file, and finally write that value to a new tag in a new XML file.
Can anyone please help me?
Thanks.