Hey guys, new to the forum, but am in need of some help.
I am quite new to Python, but want to be able to program a simple script that basically does three things:
-1. Finds a string of text in an .xml file (the length of the string, and the location of it can be provided, as it never changes)
-2. Copy that string
-3. Open up another files (an .itl [iTunes Library]) and replace a certain string, with the copied one.
This is in hope of being able to automate this task.
The first issue I am having is in opening and finding the string within the .xml file.
Can anyone possibly help me with this? Or should I maybe consider a different language?
Thank you :)
Liam.