answersLogoWhite

0

Are CSS and XML the same thing?

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

No. CSS is meant for styling documents, and XML is used for storing data for later reading and manipulative actions.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Are CSS and XML the same thing?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Distinguish between XSL and CSS with XML?

If you wish to style an element within XML you will need to use XSL and XSLT, CSS is commonly used for HTML and other languages other than XML data.


What is css an how it can use with xml?

CSS stands for cascading style sheet and it is used to apply styling to websites and webpage's i.e. colour and font of text, colour and style of buttons etc. XML is for transporting xml data over the internet. Combined you can use xml and css to style up data and represent it over the internet on webpage's in a consistent way across different browsers


Is CSS coding the same thing as HTML coding?

No it is not


How should a CSS stylesheet to applied to an XML document?

If you are planning on loading an XML document as a web page, you usually have to define what each element in your XML actually does (what it translates to as well as how it's styled). This is typically done with XSLT, which basically translates your XML into HTML/Javascript/CSS. I've placed a link to some good starter's information in the related links section.


What are the differences between css and xsl?

CSS is used to format HTML documents (webpages); XSL is used to tell a browser in what format to display an XML document.


What is case sensitivity of css?

Although, there are no case-sensitivity of CSS, nevertheless font families, URL's of images, etc is. Only when XML declarations along with XHTML DOCTYPE are being used on the page, CSS is case -sensitive.


How do advanced css layout work?

There is no such physical thing as "Advanced" CSS, nor advanced css layouts. CSS can get difficult, and certain areas can be deemed for the "Advanced" coders, but all-in-all, there is no such thing as an Advanced CSS Layout.


What is css php?

There is no such thing. PHP is a scripting language, and CSS is a markup protocol. While the two technologies are often used as different parts of the same web application, they are not mutually inclusive and are not part of the same specification.


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.


What is an XML-based connection?

Unless it is a narrow term for a very obscure game, piece of software, or application, there is no such thing as an XML-based connection; it wouldn't make sense, anyway. XML isn't used to connect to anything -- XML stores data.


Is CSS the same as MSA?

What is msa


In Php5 is SimpleXML faster than the standard xml libraries?

No, it is not; it is built on top of the same XML framework as the existing libraries.