Features of XML

  • XML files are text files, which can be managed by any text editor.
  • It is simple to learn and implement because it has less than 10 syntax rules.
  • XML is extensible, because it specifies the structural rules of tags. No specification on tags them self.
  • It is Excellent for long-term data storage and data reusability.
  • It handles data in tree structure having only one root element.