Overlord44
Programmer
I've been agonising over this for a few hours now, and it's really beginning to do my head in. Put me out of my misery, please. 
I have a text file loaded into a String (that I've called InString), which contains several XML-like fields such as
<name>*different every time*</name>
<description>*different every time*</description>
etc. Basically, I need a way of going through the String for each of them (there's 7 - name, version, description, creator, URL, minVersion and maxVersion) and returning the data that's between each start and end tag - and for maxVersion, a method for writing a different value back to the relevant spot in InString again.
Any help welcome
I have a text file loaded into a String (that I've called InString), which contains several XML-like fields such as
<name>*different every time*</name>
<description>*different every time*</description>
etc. Basically, I need a way of going through the String for each of them (there's 7 - name, version, description, creator, URL, minVersion and maxVersion) and returning the data that's between each start and end tag - and for maxVersion, a method for writing a different value back to the relevant spot in InString again.
Any help welcome