Jump to content

Content Management System using XML


ATM

Recommended Posts

Okay, I Have and XHTML document, which I'm happy with and I would like to make a Content Management System by haveing a program on my home computer which will save to the xml file. Then the HTML will get the data from the XML File (like a data island). Could someone please point me in the right direction of how I can do this and if I can do this.It has to be supported in all majorly used browsers, Thanks!

Link to comment
Share on other sites

And here's the XSLT tutorial. You can use XSLT to extract data from the XML and turn it into XHTML, but you still need server side scripting in order to turn data, posted by the user, into XML and embed it in your existing one (or save it as a new one... it depends).

Link to comment
Share on other sites

is XSLT supported in browsers other than internet explorer, because that was my first idea, but it only worked in internet explorer.
If you are using a server side scripting language to execute the transformation, then it doesn't matter if the user supports XSLT. The client only gets the (X)HTML output that way. And you are going to use such language anyway, scince you'll be building a CMS.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...