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 is targetnamespace in xsd file?
How to transform an xml into xhtml? : xslt
How do I subscribe to an rss feed on my iphone?
How to create an XSLT style sheet to format Data?
How do I open xml files in pdf?
Is xml a programming language?
What is document type definition (dtd)?
What is the relation of soap with xml?
In xml how can the user create code which contains content that would be ignored by the parser?
How is xml parsed?
What is an rss feed link?
What is node xml?
Why xml is used in web applications?
How to tell visitors that you have atom syndication feeds?
What is the best rss reader for mac?