answersLogoWhite

0

Is XML data structured

Updated: 11/8/2022
User Avatar

Wiki User

9y ago

Best Answer

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 <xml> and the end tag would be </xml>.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is XML data structured
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Do you need XML?

Some programs require XML-structured data. But there are ways around that, so if you know that programs do not need XML-structured data, then no -- you do not need XML.


Why XML message is used for client-server application?

XML was designed for exchanging information. It is extensible, and easily constructed, since there are no restrictions on what you can use for a tag name (unlike HTML, for example). XML data is structured in a hierarchy which can be traversed like a database. It is a very common format and means of data exchange. There are several known standards for describing how data is exchanged, and XML is a very flexible means of doing that. If an application did not use XML for data exchange then the exchange would be through a proprietary format, which would not be as flexible or portable as XML.


Why is xml needed?

XML provides a way for structured documentation. It is a software and hardware independent tool for carrying information. It is self-descriptive and has been designed for transportation and storage of data. It also facilitates dynamic data content for a web page.


Can XML be used to for data storage?

Yes, XML can be used for data storage. XML store data in the form of nodes and sub-nodes.


How a way of describing XML data?

XML uses XSL to describe data


What is an example of information language?

An example of an information language is XML (Extensible Markup Language). XML is a markup language that is used to store and transport data in a structured format, making it easy for different systems to share and interpret information.


How xml store the data?

xml is not a database, its a markup language that is used to transport data, information or bits of data are kept within xml tags and carried over the internet.


What is element in XML document?

In xml, an element is a piece of data.


How does XML describe data?

xml uses tags to describe data, any computer can then read the data using the tags.


How do you change a TXT file to a XML?

An easy way would be to open the TXT file using Notepad or a comparable program, hit Ctrl+a to select all, Ctrl+c to copy, open up Microsoft Word 2007, hit Ctrl+v to paste, and save that as a XML doc. An even easier way would be just to change the .txt extension to .xml, this should work as long as your etxt file has the correct xml syntaxt to denote an xml file eg &lt;xml&gt; - denotes start of xml file &lt;/xml&gt; denotes end of xml file


What is the XML database used for?

xml is used on webpages and web services and can also be used to create data bases and to store and carry data.


In recent years there has been a trend to represent traditional relational data in a semi structured data format such as XML. a) List and explain three of the main motivations for this trend over recent years.(Advanced Database Systems Course)?

a) Three main motivations for the trend of representing traditional relational data in a semi-structured data format such as XML are: 1.Flexibility: XML allows for more flexibility in representing data as it does not have a fixed structure like relational data. This allows for more complex data relationships to be represented, such as hierarchical or multi-valued data. 2.Interoperability: XML is a widely accepted standard for data representation, making it easier to exchange data between different systems and organizations. 3.Ease of use: XML is relatively easy to learn and use, making it a popular choice for representing data. Its use of tags to represent data elements and their relationships makes it intuitive for many users.