<?xml version="1.0" encoding="UTF-8"?>

<xmlDoc>

 <!-- here's some valid XML.. -->

 <music>
  <song title="Valid markup is good" artist="anonymous" />
  <song title="Finnegan the folk hero of HTML" artist="Unknown" />
  <song title="These examples are really bad" artist="Name withheld by request" />
 </music>

 && <!-- and now for something completely invalid.. unencoded ampersands! -->

 <error> <!-- a tag that isn't closed! -->

</xmlDoc>