Define the basic XML rules?

devquora
devquora

Posted On: Feb 22, 2018

 

There are certain rules that every XML developer has to follow such as:
  • The root element is a must for XML
  • The tags must be all closed
  • The tags of XML are case-sensitive
  • Proper nesting of tags
  • There should be no space between tag names
  • All the attributed values must be quoted

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Xml Interview Questions

    Define What is XML?

    XML (Extensible Markup Language), also known as document formatting language is used for creating web pages...

    Xml Interview Questions

    List some features of XML?

    XML or the Extensible Markup Language has some amazing features that are easy when it comes to implementation and learn..

    Xml Interview Questions

    What is XML Schema?

    To define a document made of XML, Schema is used. A schema has certain elements in it such as different Elements & ..