<?xml version="1.0"?>
<site>
   <section frameheight="25">
      <title>News</title>

      <content>
         <![CDATA[This news section will keep you updated with all the latest and greatest info available to you.<br/>Got something to say? Contact the news admin and have your say!]]>
      </content>

      <subsection frameheight="25">
         <title>XML Restructuring</title>

         <subtitle>04/08/2003</subtitle>

         <content>
            <![CDATA[The XML has been restructured to make the site much easier to navigate. When you first start the site up, the first 'section' entry is displayed on screen. As time progresses the system will be updated to handle more XML tags, for things like photos, slideshows, and more external content.]]>
         </content>
      </subsection>

      <subsection frameheight="25">
         <title>User Interface Problem</title>

         <subtitle>03/08/2003</subtitle>

         <content>
            <![CDATA[Oops, ran into a bit of a problem. Can't think how to make the navigation work. The problem is essentially down to a bad XML structure, which is too free/open and a pain to parse. I'll have to look into a different way of structuring the site. ]]>
         </content>
      </subsection>

      <subsection frameheight="25">
         <title>XML Test</title>

         <subtitle>02/08/2003</subtitle>

         <content>
            <![CDATA[After my table.xml test, I have progressed in small leaps enhancing the usefulness of my program using functions, and carefully naming and coding so that I can extend the scripts for future applications. All is going well so far!]]>
         </content>
      </subsection>

      <subsection frameheight="25">
         <title>First Design</title>

         <subtitle>01/08/2003</subtitle>

         <content>
            <![CDATA[The first design of b4.net has been created. It is a testmodule, nothing more yet. I wil hopefully take what I have learnt here and copy it into something even more useful then a photo album.]]>
         </content>
      </subsection>
   </section>

   <section frameheight="25">
      <title>My Photo Album</title>

      <content>
         <![CDATA[This site was created by John Beech aka Markavian. It is backended by XML, which essentially means there is a specially formatted document in a directory somewhere which contains all the information you read here, and can be edited and loaded into flash very easily.]]>
      </content>

      <subsection frameheight="25">
         <title>Features</title>

         <content>
            <![CDATA[Continued development of the flash interface continues, with modifications to the central XML core which drives the dynamic menus, titles and content spread around. In time the parser will be expanded to handle the loading of external files, including SWF, JPG and perhaps even new XML files.\nThe focus should be on JPGs though, since this is meant to be a photo album. I'll try and create a list of files, perhaps even with thumbnails, and have a slideshow which displays the files properly.]]>
         </content>
      </subsection>

      <subsection frameheight="25">
         <title>Powerpuff Girls</title>

         <content>
            <![CDATA[I'm a big fan of the powerpuff girls. I think they're great. Blossom, the leader, is my favourites. Shes got great hair too. The image below was the movie poster, they've got their own movie don't you know!]]>
         </content>

         <image title="Powerpuff Girl Movie Poster" source="pictures/ppg_poster_small.jpg" />
      </subsection>

      <subsection frameheight="25">
         <title>Family Photos</title>

         <content>
            <![CDATA[These photos are of my family, from various holidays and breaks around the world.]]>
         </content>

         <image title="Dad and Krysia" source="pictures/KrysiaAndDad.jpg" />

         <image title="Mum and Me" source="pictures/MumAndMe.jpg" />
         <image title="Father's Day" source="pictures/FathersDay.jpg" />
      </subsection>
   </section>
   <section>
      <title>Mark's Stuff</title>
      <content>
<![CDATA[This is a page which I have just created]]>
      </content>
      <image title="Water Track" source="pictures/WaterTrack.jpg" />
   </section>
</site>

