Parsing issue pls help

I’m trying to parse this XML but without success

Does anyone know how to parse that xml file?


<site>
 <point type="arr1">
   <title>Universal</title>
  <desc>Test2</desc>
  <title>Omega</title>
  <desc>Test2...</desc>
 </point>
 <point type="arr2">
   <title>Spider</title>
  <desc>Test3</desc>
  <title>Rain</title>
  <desc>Test4...</desc>
 </point>
 ...
</site>