View Single Post
Old 06-05-2008, 05:25 PM   #12 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by oscargodson View Post
I am creating a full scale CMS tool by just using XML. The point of this is so that people I have a set up like this:

HTML Code:
<website>
   <webpage id="3"> <!-- For changing order on navigations -->
      <title>Title for the Page</title>
      <subhead>Sub head, but this is optional</subhead>
      <content>
         <p>This is the main content</p>
         <p>paragraphs are retained also</p>
      </content>
   </webpage>
</website>
The webpage tag gets created each time someone creates a page. I also use it for my personal site instead of a database. oscargodson.com/portfolio.xml and my web pages take all that information and parses it into an HTML document.
Funny, I had the same idea about an XML Forum.
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote