Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is XML?

Answers were Sorted based on User's Feedback



what is XML?..

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

what is XML?..

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

Post New Answer

More XML XSLT RSS Interview Questions

What do xml namespaces actually contain?

0 Answers  


Explain how to retrieve property settings from XML .config file.

0 Answers   UGC Corporation,


Explain about the role of xml in soap?

0 Answers  


What is xmlns xs?

0 Answers  


How do start a podcast?

0 Answers  


Can the content model in an element type declaration contain element types whose names come from other xml namespaces?

0 Answers  


What does xsl stand for?

0 Answers  


Whether root element is required for XML? If so, how many root elements are required?

0 Answers  


Write about well-formed and valid xml documents?

0 Answers  


Can xml be used for multimedia purpose?

0 Answers  


What is the use of rss feed?

0 Answers  


What is the purpose of xml?

0 Answers  


Categories