My XML Demo

My Original XML

<?xml version="1.0" encoding="utf-8"?>
<note>
  <title>Formula 1 Racing's Premier event.</title>
  <race>The Monaco Grand Prix</race>
  <track>The Circuit de Monaco</track>
  <streets>Monte Carlo and La Condamine</streets>
  <country>Principality of Monaco</country>
</note>

Sample of extracting a named element

The Monaco Grand Prix: 1929 to Present

Extract names and values as an array

title: Formula 1 Racing's Premier event.
race: The Monaco Grand Prix
track: The Circuit de Monaco
streets: Monte Carlo and La Condamine
country: Principality of Monaco