Taking the content of a line without the tags from an XML file

brilliantman_i

New Member
My program has an xml file as input, and I want to take only the content of a certain line, without the xml tags..For example:\[code\]<string> xxx </string>\[/code\]How can i get only the "xxx"?
 
Back
Top