What is the format of xml file?
Answer / Sahil Makkar
The format of an XML (Extensible Markup Language) file is a plain text file that uses markup tags to define and structure data. The root element of an XML document must be enclosed within start and end tags, and all other elements must also have corresponding start and end tags. XML files are often saved with the .xml extension.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is DOM and how does it related to XML?
What is dtd in html?
What is attribute in xml?
How important is an element’s attributes used in xslt?
What is document object model? Why it is used?
How do you create an xml file?
Can we use xslt to covert html into vxml?
How do you convert xsd to xslt?
How do I find my rss feed url chrome?
How can a xml file be created from a database?
How can I view an xml file?
What is parsing and how do I do it in xml?