<?xml version="1.0"?>
<opml version="2.0">
  <body>
    <outline text="List with sublists" _note="Nested in four levels">
      <outline text="One" />
      <outline text="One">
        <outline text="Two">
          <outline text="Three">
            <outline text="Four" />
          </outline>
        </outline>
        <outline text="Two" />
      </outline>
    </outline>
  </body>
</opml>
