answersLogoWhite

0

What is css an how it can use with xml?

Updated: 8/19/2019
User Avatar

Wiki User

9y ago

Best Answer

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

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is css an how it can use with xml?
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.


Are CSS and XML the same thing?

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


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 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 the structure of xml?

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.


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.


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 use XML in PHP?

PHP 5 has a XML parser called SimpleXML that you could use.


What methods valid XML?

you can use an xml editor to validate your xml and to make sure it is well formed and has no errors.


How do you see bad XML file?

You can see or view an xml file with a plain text editor like notepad or you can use a dedicated xml editor. With an xml editor you can also validate your xml file which means you can correct any errors in your xml file.