Basically, XML is very similar to HTML in many similar ways. They have open and close tags and so on. But in XML, the tags are defined by the user and the always have to be closed as opposed to HTML. The first line will always start with (xml version="") and the tags happen to be case sensitive.
For me, XML is not that tough as the concept is very similar to HTML, a language I learned before. Software like notepad can be used to make this file.
Below is an example of XML,
<A HREF="resumepage.html">
(?xml version="1.0"?)
Tove
Jani
Reminder
Don't forget me this weekend!
</A>
No comments:
Post a Comment