in reply to Re: Extracting tagged data from a XML file
in thread Extracting tagged data from a XML file

Howdy!

You'd first need to open the file, run through line by line, and then grab the value within the tags.

That's not reliable. What assures you that the open and close tags are on the same line? You cannot make that assumption.

Far better is to use an XML parser of some sort.

yours,
Michael
  • Comment on Re^2: Extracting tagged data from a XML file