answersLogoWhite

0

How does xml works?

User Avatar

Wiki User

11y ago

Best Answer

xml is a markup language that is used ti dispplay data and web pages as intended. XML has no semantic menating and you create your own tags in accordance with xml specifications.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does xml works?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How xml works in simple language?

XML is abbreviated for Extensible Markup Language and is used to define data which can be readble by machine and human both. It is a software and hardware independent tool.


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 is data transfer in XML format?

XML format works behind the scenes of many popular websites and computer programs. It runs a text data transfer interface.


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


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 <xml> to start an xml file, and </xml> to end the xml file.


How do you create an RSS reader in PHP?

To create a RSS /XML reader, you can use the SimpleXML class. SimpleXML works like the DOM, with objects, takes all the XML document as a hierarchical tree. SimpleXML is easy to use when performing basic tasks like: reading XML files, extracting data from XML strings, and editing nodes and attributes.


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 <xml> this is to denote strat of xml file and this </xml> 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.


How do you convert a XML to DTD?

If you use an xml tool like liquid xml studio or any other xml tool you will be able to convert your xml into an xsd or dtd.


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.


Why xml is not a replacement for HTML?

XML isn't a true language. XML is, instead, a set of standards used to create new languages. Because an XML documents author can make-up whatever tags and attributes she wants, browsers would find it difficult arriving at a standard means of displaying them. You can use XML and XSLT to create HTML-like documents from XML documents. It works fairly well. But the styles contained in XSLT are often much more complex, because there's no base display properties in the browser that an author can rely on.