I'm making a homepage for a company right now and thay want it to be easy for them to change the content without having to contact me or my "associates" to get it done. So now I'm at somewhat of a crossroads and I kinda need a nudge in one direction or the other. My problem is this:
The textual content for any given page is stored in an XML file (at the moment). For example "home.xml" which is structured something like this:
Code: Select all
<page>
<paragraph>Here be some text.</paragraph>
<paragraph>Here be more text.</paragraph>
</page>Code: Select all
<page>
<paragraph>Here be some text, <bold>and it's bold</bold>.</paragraph>
<paragraph>Here be more text.</paragraph>
</page>Any ideas? Do I need to explain it better? ;)