XML Help

wxdqz

New Member
First i'd like to indroduce my self and say to every one here:)
i'm by far no where near a coder level or programmer but i'm working with digital media and xml files inputing text to them and my problem follows

i had to make price changes to an alread generated XML file from a company that we are doing the media for, now at the time we had set a price which was included in the XML file now the price has changed... took me a while to figure out how to do it to a mass set of files but the find and replace has done the job

Now things get a bit crazy i have media files in the XML but with out there location in from of the name example <base_filename x.wma</base_filename>

what i want to do is put the location of the file in fron of the x.wma
example

<base_filename>/audiofiles/x.wma</base_filename>

now my problem would have been solved by the find and replace except the audio file changes each time for example the next one would be x2 etc.. so like the price tag that i changed, to a mass set of XML files i hope to do this to a mass set as well as i have over 300,000 xml files to edit

please please any help into this would be great
thanks in advance

Doela
 
Back
Top