Actually there are four relatively simple ways to read an XML file:

My personal favorites are:

  • <font style="background-color: #eeeeee" face="Consolas">SimpleXML</font> when parsing relatively small XML files without the need to modifiy them
  • <font style="background-color: #eeeeee" face="Consolas">XMLReader</font> when parsing large XML files

Also see:

Subscribe in reader