<?xml version="1.0" encoding="UTF-8"?>

<dots>
  this is before the first dot
  and it continues on multiple lines
  <dot x="9" y="81" />
  <dot x="11" y="121" />
  <flip>
    flip is on
    <dot x="196" y="14" />
    <dot x="169" y="13" />
  </flip>
  flip is off
  <dot x="12" y="144" />
  <extra>stuff</extra>
  <!-- a final comment -->
</dots>

