Check out http://www.w3schools.com/xml/default.asp
XML is very similar to HTML, except that you can make up whatever tags you want. So, if you were cataloging all your CDs, you could do it in XML like this:
Beatles
Abbey Road
Sgt. Pepper's Lonely Hearts Club Band
Pearl Jam
Ten
Vitalogy
So, if you are familiar with HTML you will see how the syntax is exactly the same, but with HTML you have to work with predefined tags, and with XML, you make up tags to fit your project. XML is just a way of organizing your data, and you have a lot of freedom in how you want to do it. That freedom is what gives XML so much versatility.
I hope this helps. I know it's not very in depth, but that's the basic gist of XML. Check out that W3Schools link, and you'll learn more there.
2007-06-12 04:30:32
·
answer #1
·
answered by Colin K 5
·
1⤊
0⤋
XML is a markup language for information containing based counsel. based counsel consists of the two content cloth (words, photos, and so on.) and a few indication of what function that content cloth performs. In HTML, the two the tag semantics and the tag set are mounted. XML specifies neither semantics nor a tag set. XML became created so as that richly based information would want for use over the cyber web. the only achieveable concepts, HTML and SGML, are no longer functional for this objective. unquestionably, HTML comes certain with a set of semantics and does not grant arbitrary shape. To get a extra useful understading seek on Yahoo! or Google
2016-10-07 08:50:23
·
answer #2
·
answered by ? 4
·
0⤊
0⤋
XML on its own is nothing. It has no powers, no controls, no formatting nothing.
XML is just a way of describing data.
Take this date
12122007
You only know it is a date because I have just told you that it is a date. But what else do you know about this date?
Nothing.
Now look at this date with XML.
12
12
2007
See you now know so much more about the data.
So why do people shout so much about XML?
Well when put it together with DTD (XML layout definition)
and XSL (XML style and formatting) you can produce a dynamic web page to present your data. And you have used all the tags that you have created.
Here is a tutorial with more information.
2007-06-12 04:35:49
·
answer #3
·
answered by AnalProgrammer 7
·
0⤊
0⤋
XML is a standardized markup language that can be used to define data or other markup languages, such as XHTML which is a XML implementation of HTML [1]. In and of itself XML is capable of very little, however, the fact that it is a standard means to format data means that it can be used in very powerful contexts and also provides more human readable means of exchanging or saving data between applications.
2007-06-12 04:27:29
·
answer #4
·
answered by Rob 3
·
1⤊
0⤋
why a project on XML?
basically, do a project using JAva and then use XML to specify features, field names, parameters, settings etc. This is what XML is used for.
I would be surprised if you could write a project in XML. If yes, it would be a task at best
search google with keyword "XML" and you should be on the way
2007-06-12 04:26:31
·
answer #5
·
answered by ddsa 2
·
0⤊
0⤋
It is a open source format that many word processors are now using. It looks like HTML but is much more advanced. OpenOffice has used it for a long time and the latest version of Microsoft Office uses it.
2007-06-12 04:26:37
·
answer #6
·
answered by Barkley Hound 7
·
0⤊
0⤋
The best place to start is here:
http://www.w3schools.com/xml/default.asp
It'll walk you through and allow you to try some examples.
Hope it helps!
2007-06-12 04:26:42
·
answer #7
·
answered by Chris S 2
·
0⤊
0⤋
here are a few links that might help:
http://en.wikipedia.org/wiki/XML
http://www.xml.com/
http://www.xml.org/
http://www.w3.org/XML/
I hope that they can help you
2007-06-12 04:25:56
·
answer #8
·
answered by Rocco R 4
·
0⤊
0⤋