What is required for a website to run XML? Do I need any software or upload additional files? Thanks!
XML question
Started by
Guest_leon_*
, Jun 04 2006 07:14 PM
2 replies to this topic
#1
Guest_leon_*
Posted 04 June 2006 - 07:14 PM
Guest_leon_*
|
|
|
#2
Posted 19 June 2006 - 11:29 AM
I think that XML is ran on the client side so I don't think anything is required. I may be way off though. XML is used for a lot of programs though, such as PHP scripts to hold data. I'm not sure what the question is really.
#3
Posted 21 June 2006 - 04:33 PM
leon said:
What is required for a website to run XML? Do I need any software or upload additional files? Thanks!
A website doesn't "run" XML - it serves it. XML is a file format mainly used for transferring data. Sometimes it is (ab)used for storing data, or to create a syntax for an interpreted language.
So, basically, if you upload an XML file to your website, it'll serve it just like it does with HTML files. Of course, just like HTML, you'll need a client to actually do something with the XML. As a starter, you could generate an RSS feed (RSS is an XML format) and have an RSS client download it.


Sign In
Create Account

Back to top










