I have been thinking for a while now...What is XML for and where might i learn to use it?
Printable View
I have been thinking for a while now...What is XML for and where might i learn to use it?
I'm not really good at explaining things, but heres a good link:
XML
So it's useless then?
What makes you say that?
It's a textual format for representing your own data. So that it can be used by your applications, or by other applications.
Quote:
Originally Posted by ajames
Actually quite the oppoisite, you would be mamazed by how many applications use the XML type formatting.
Ever heared of RSS? That uses XML.
Also, the new MS Office products also use it :)
its a very useful langguage and its power is growing as more and more applications addopt the XML standard, there has even been a release of HTML that is complient with XML, called XHTML :)
Cheers,
RyanJ
And XHTML is also XML.Quote:
Originally Posted by sciguyryan
Quote:
Originally Posted by kaffenils
Yup, I said that too :)
Cheers,
Ryanj
Me blind.Quote:
Originally Posted by sciguyryan
I found a good link, have a look here: http://www.topxml.com/
Cheers,
RyanJ :)
Is it possible to put it into VB?
You can USE it with VB. There's the XMLPath class, XMLDocument class, and a few others which are pretty useful. Also, in web services when returning objects, they are returned in XML format.