what is XML?
Answers were Sorted based on User's Feedback
Answer / harish
XML, the extensible markup Language, is a universal syntax
for describing and structuring data independent from the
application logic.
--> XML isa markup language much like HTML
--> XML was designed to describe data
--> XML tags are not predefined.you must define ur own tags
--> XML is self-describing
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
How do applications process documents that use xml namespaces?
How you define template in XSLT?
Which is the best tool one should learn i.e the tool having demand in the market for XSL?
How do I open an xml file in notepad ++?
How do I include one xml file in another?
Can you walk us through the steps necessary to parse XML documents?
What are the advantages of using xslt?
What is dom parsing?
Where is pom xml?
Are rss feeds still used?
Who developed xml?
How do I subscribe to an rss feed on my iphone?