I having a bit of trouble parsing an xml file with a namespace XML Format
<
Here's one in Regular expression
string xmlFileString=""; Regex r=new Regex("(?<=|)",RegexOptions.Singleline); foreach(Match m in r.Matches(xmlFileString)) Console.WriteLine(m.Value);//your required output