J
Jarry
I was editing a huge XML file that a friend of mine had made and I
didn't need some of the tags. WHen I was finished editing it, I
realised I had a lot of information between tags, in no man's land. eg:
<team>
<player>
<name>David Beckham</name> REAL MADRID
<position> Right Midfield </position>
</player>
</team>
How would I remove the Real Madrid type text on thousand of entries?
Thanks
didn't need some of the tags. WHen I was finished editing it, I
realised I had a lot of information between tags, in no man's land. eg:
<team>
<player>
<name>David Beckham</name> REAL MADRID
<position> Right Midfield </position>
</player>
</team>
How would I remove the Real Madrid type text on thousand of entries?
Thanks