Answer Posted / sarankumarreddy.c
XML(Extensible Markup Langauge)is all about describing
data.An XML tag is not something predefined but it is
something you have to define according to your needs.Below
is a XML which describes invoice data.
<?XML version="1.0" encoding="ISO-8859-1"?>
<student>
<studentnumber>111</studentnumber>
<studentname>SaranKumarReddy.C</studentname>
<totalmarks>790</totalmarks>
<average>79</average>
</student>
For instance in the above example of student all tags are
defined according to student needs.The XML document is self
explanatory,any one can easily understand looking at the
XML data what exactly it means.
In the above example <student></student> tag is the root
element.Root element is the top most elements for a XML.
XML is case sensitive.
Eg: <student> tag is not same as <Student> tag.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are xml attributes? Explain with an example.
Are atom feed files xml documents?
Aren't xml, sgml, and html all the same thing?
How does rss work?
How do I convert excel to xml?
What is xml xsd and xslt?
How we compare XSLT and XPath?
What is the main use of xml?
How much does it cost to publish a podcast?
What is xml simple definition?
How do I create documents that use xml namespaces?
What is difference between xml and xsl?
What is the difference between a podcast and a rss?
What is difference between xml and xsd?
What is Data Island?