rayners Posted February 27, 2003 Posted February 27, 2003 That's a pretty broad question. Can you be a little more specific? Quote
Duilio Posted February 27, 2003 Author Posted February 27, 2003 hehehe well I mean... can I upload XML pages, and it works correctly on totalchoicehosting server (shared ip) ? I'm newbye in XML programming I'd like any help or support.. thanx Quote
bethohio3 Posted February 27, 2003 Posted February 27, 2003 Hi! A little introduction to XML might be in order. XML is a markup language (as is HTML), but there is a key difference. XML is used to *describe* data. HTML is used to *format* and *display* data. Basically XML is a tagged database. XML is used to store and share data; you create your own tags to describe that data. A hosting service doesn't "support" or "not support" XML, because XML files are simply files with tags in them that describe data. In order to *use* XML files, someone needs to create a method of reading and displaying that data--that can be done in a scripting language. (I haven't done this, btw--I haven't had any need of XML) You might find this site of interest: http://www.w3schools.com/xml/default.asp --Beth Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.