answersLogoWhite

0

What is the structure of xml?

Updated: 8/17/2019
User Avatar

Wiki User

11y ago

Best Answer

xml is a markup language with a fairly simple structure.

you use <xml> to strat an xml file and use </xml> to denote the end of the fiel.

Within the file, you can use any tags you like, you can have attributes, elements and child elements.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the structure of xml?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is xml schema?

XML Schema is an XML-based alternative to DTD.An XML schema describes the structure of an XML document.The XML Schema language is also referred to as XML Schema Definition (XSD).An XML schema is a description of a type of XML document, typically expressed in terms of constraints on the structure and content of documents of that type, above and beyond the basic syntactical constraints imposed by XML itself.


What exactly is the XML schema?

An XML schema is a certain type of XML document. It is expressed in constraints, on top of the normal XML constraints, on the structure and content of documents of that type.


Is XML data structured?

xml is not a semantic language, there are no set tags to use as you make up your own tags, the only basic structure is you have beginning and end tags, for example begining tag for an xml file would be &lt;xml&gt; and the end tag would be &lt;/xml&gt;.


Does xml document support both human readable and machine readable formats?

No. Machines do not understand XML any more than they understand the works of Shakespeare. XML documents must be interpreted by a machine-code program that understands the meaning of the XML structure.


What structure can you implement for the database to speed up table reads?

The most common structure used to speed up table reads is an INDEX. using xml file you can speed up your table read ....you need to refer xml details


What combines the formatting strengths of HTML 4.0 and the data structure and extensibility strengths of XML?

XHTML


What are the xml tools?

That depends on what you want to do, xml tools include; xml parsers xml validators xml editors xml schema editors xml code generators


What are the Component of an XML Document?

what are the component of xml document what are the component of xml document


C parsing xml and deposit structure?

You can go with XLinq, XmlReader, XPathNavigator or even regular expressiont To parse C in xml. New methods also include using a code gen or parsing tool.


Source code of xml?

there is no source code, xml is not a programming language, its a markup language for which you create your own tags, the basic xml syntax is &lt;xml&gt; to start an xml file, and &lt;/xml&gt; to end the xml file.


How do you create a XML file from Scratch?

it is the same way to create xml file by converting into txt you have to use the correct xml syntax ie &lt;xml&gt; this is to denote strat of xml file and this &lt;/xml&gt; denotes end of xml file. You have to use the right xml code or your xml file wont be valid or well formed.


How do you fix xml?

If you open the xml in most web browser it will state an error code denoting the type of malformation of the xml. you can use an xml tool like an xml editor to validate and correct your xml.