Jump to content

XML question

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Guest_leon_*

Guest_leon_*
  • Guests
What is required for a website to run XML? Do I need any software or upload additional files? Thanks!

#2
Crane

Crane

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 398 posts
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
brackett

brackett

    Programmer

  • Members
  • PipPipPipPip
  • 192 posts

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.