<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/css" href="ch17_eg11.css" ?>
<page>
   <heading>This is a Heading</heading>
   <column1>
      <paragraph>This is a paragraph inside column one. Column one is designed to appear on the left hand side of the page.</paragraph>
      <paragraph>This is a paragraph inside column one. Column one is designed to appear on the left hand side of the page.</paragraph>
      <paragraph>This is a paragraph inside column one. Column one is designed to appear on the left hand side of the page.</paragraph>
   </column1>
   <column2>
      <paragraph>This is a paragraph inside column two. Column two is designed to appear on the right hand side of the page.</paragraph>
      <paragraph>This is a paragraph inside column two. Column two is designed to appear on the right hand side of the page.</paragraph>
      <paragraph>This is a paragraph inside column two. Column two is designed to appear on the right hand side of the page.</paragraph>
   </column2>
</page>