06-05-2008, 06:25 PM
|
#12 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Location: On your Hard Drive, hiding like a Virus
Posts: 888
Thanks: 168
|
Quote:
Originally Posted by oscargodson
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.
__________________
Wax on, Wax off
|
|
|
|