<?xml version="1.0"?>
<mymenu>
  <menucatagory>
  <catagoryname>home</catagoryname>
  <catagoryhome>work.php?mycontent=home</catagoryhome>
  </menucatagory>
  <menucatagory>
  <catagoryname>the basics</catagoryname>
  <catagoryhome>work.php?mycontent=basics</catagoryhome>
    <menuitem>
      <itemname>best page design tool ever!</itemname>
      <itempage>work.php?mycontent=bestpagedesign</itempage>
      <itembtn>bestp.gif</itembtn>
      <itemalt>the best page design tool</itemalt>
      <itemdesc>Here I discuss what I beleive to be the most overlooked page design tool ever
I don't by any stretch of the imagination claim that I am a designer, no actually I'm a coder
but there is a certain amount of basic design you've got to do. this is how I make it
easy on myself...</itemdesc>
    </menuitem>
    <menuitem>
      <itemname>what is xml and what is all the fuss about?</itemname>
      <itempage>work.php?mycontent=whatisxml</itempage>
      <itembtn>whatisxml.gif</itembtn>
      <itemalt>an xml primer</itemalt>
      <itemdesc>XML, my take, this is basicly what xml is, not all of the stuff that xml can be.
      ok, so basicly xml is a database renderd as text, now if I can say it there why do I need to
      dedicate a whole page to it? well read on and find out...</itemdesc>
    </menuitem>
  </menucatagory>
  <menucatagory>
  <catagoryname>PHP general</catagoryname>
  <catagoryhome>work.php?mycontent=phpgeneral</catagoryhome>
    <menuitem>
      <itemname>an xml menu</itemname>
      <itempage>work.php?mycontent=xmlmenu</itempage>
      <itembtn>xmlmenu.gif</itembtn>
      <itemalt>here is my take on creating menus in php.</itemalt>
      <itemdesc>my method takes extra work up front, but when it's implemented youv'e got yourself
a pretty sweet menu setup...</itemdesc>
    </menuitem>
  </menucatagory>
</mymenu>
