I have a string from a file. For example from a XML file.. I just want to know whats the simplest way to format the content from the following tags?
<member names="John:Frank" family="Smith:Wesson"/>
I just want the John
Frank
Smith
Wesson
, each one of them as different strings.