Xml Driven Cms

wxdqz

New Member
Hi All

Hope this is in the right section:

I am trying to create an XML driven CMS. It needs to store all of its data in XML as there is no possible way to host a DB on the server and no way to connect externally. Right now I am storing the content in nodes called <content1></content1> etc. The contents of each node will need to store the HTML formatting so that when it is displayed it looks pretty. I am using ASP 3.0. I can't get the formatting to be displayed once I have parsed the doc...

Any help is gratefully apreciated...
 
Top