answersLogoWhite

0


Best Answer

Answer:-


XML means Extensible Markup Language.


XML is a general-purpose specification for creating custom markup languages.
It is classified as an extensible language, because it allows the user to define the mark-up elements.
XML's purpose is to aid information systems in sharing structured data, especially via the internet, to encode documents, and to serialize data in the last context, it compares with text-based serialization languages such as JSON, YAML and S-Expressions.


XML stands for eXtensible Markup Language.

XML is designed to transport and store data.

XML is important to know, and very easy to learn.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

xml is not strictly used to design websites - that is done with programming languages like html. Actually to be precise, XML works in the background and is used to style the look of a website so tha it renders as it was intended to look, across all browsers and versions.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is XML in web design?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What kind of a computer program is Cooktop?

Cooktop is an XML editor, which can be used in conjuction with Windows, or with HTML in web design. XML is a programming language that can be used to make document formats that are both human and machine readable. XML can be complex when used in web design and consequently is not recommended for beginning web designers.


What are the design goals of XML?

The design goals of XML are emphasize simplicity, generality and usability over the internet.


Explain how can XML used in web page design to carry data?

You can use xml tags to enclose data and carry it over the web onto web pages and display. Lets say you have an xml of courses and you wnat to show it, you would have data like course title, course description etc, you simply create your tags in xml like <course titile> put your course title here</course title> and so on, the resulting xml file (containing your data) could be easily displayed over the internet.


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.


What is the foundation technology for web services?

XML


How does xml works?

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.


How do those xml differ from HTML?

XML is different from HTML in many ways. XML can be used mainly for mobile designing while HTML for web designing.


Are HTML and XML programming languages?

HTML and XML are scripting languages. These languages help in designing for mobiles and web.


What is the difference between xml web services using asmx and net remoting using soap?

XML Web services offer a simpler model for distributed applications than that provided by .NET Remoting. XML Web services are fine-tuned for Internet scenarios and cross-platform use. Although you can apply .NET Remoting in these scenarios, thanks to its SOAP formatter and HTTP channel, .NET Remoting is more suitable as a high-speed solution for binary communication between proprietary .NET components, usually over an internal network. And although XML Web services can't match the communication speed of .NET Remoting over a binary channel, they still lend themselves to high-performance designs thanks to their stateless nature and ASP.NET's multithreaded hosting service. Here's a quick overview of the major differences between the XML Web service and .NET Remoting technologies: * XML Web services are more restricted than objects exposed over .NET Remoting. An XML Web service works in a similar way to a SingleCall .NET Remoting object. It isn't possible to create a singleton or a client-activated object. * Because of the restricted nature of XML Web services, the design issues are simplified. XML Web services are generally easier to create than remotable components (and easier to design well). * Communication with .NET Remoting can be faster than XML Web service communication if you use a binary formatter. XML Web services support only SOAP message formatting, which uses larger XML text messages. * XML Web services support open standards that target cross-platform use. For example, each .NET XML Web service has an associated WSDL document that describes how a client can interact with the service. Therefore, any client that can parse an XML message and connect over an HTTP channel can use an XML Web service, even if the client is written in Java and hosted on a UNIX computer. * XML Web services are designed for use between companies and organizations. They can use a dynamic discovery mechanism or a UDDI registry that "advertises" services to interested parties over the Internet. * XML Web services don't require a dedicated hosting program because they are always hosted by ASP.NET. That also means that they gain access to some impressive platform services, including data caching, Web farm-ready session state management, authentication, and an application collection for global, shareable objects. These features, if required, can be extremely difficult to re-create by hand in a component exposed through .NET Remoting. * Because XML Web services work through Microsoft Internet Information Services (IIS) and ASP.NET, they can communicate with clients using the default HTTP channel (usually port 80). This means that consumers can use XML Web services just as easily as they can download HTML pages from the Internet. There's no need for an administrator to open additional ports on a firewall. source - http://www.microsoft.com/mspress/books/sampchap/6723.aspx [utsav.verma at gmail.com]


Does xml replace html in the future of world wide web?

XML probably will not replace HTML. XML is a language to define categories of data. HTML is a language to define format.


What are the applications of xml?

xml can be used in data management, e publishing and in we3d design to display websites across differnt browsers.


Why is XML Parser used in modern browsers?

XML Parser is used to decipher XML codes. Without it, the codes cannot be understood. Web browsers, such as Mozilla Firefox and Google Chrome supply the user with this XML Parser.