<?xml version="1.0" ?>
<doc>
  <title>A simple XML document</title>
  <section>
    <title>Section 1</title>
    <p>This is the first paragraph of section 1</p>
    <p>And this is the second paragraph of section 1 whith <b>bold</b> text</p>
    <empty desc="empty tag"/>
  </section>
  <section>
    <title>Section 2</title>
    <p>This is the first paragraph of section 2</p>
    <p>And this is the second paragraph of section 2</p>
  </section>
</doc>
