Find jobs | Jobseekers
Employer login
About us Sitemap of www.CareerRide.com Sitemap FAQ related with www.CareerRide.com FAQ Click here to Contact us Contact
       
Submit Resume Free ! | Access Resume Free !
Home Career Services Resume Services Interview questions Articles Books

XSL

<<Previous  Next>>

What is XSL?

Answer
XSL is a language for expressing style sheets. An XSL style sheet is a file that describes the way to display an XML document.

Using XSL stylesheets, we can separate the XML document content and its styling.

An XSL style sheet begins with the XML declaration:
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet> defines that the document is an XSLT style sheet document.
The <xsl:template> element defines a template.

Define CSS and XSL.

Answer
XSL is a language for expressing style sheets. An XSL style sheet is a file that describes the way to display an XML document.

Cascading Style Sheets is an answer to the limitations of HTML, where the structure of documents was defined and not the display. CSS formats documents for display in browsers that support it.

How do you display XML with XSLT?

Answer
First you need to declare the XSL style sheet:

<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

Then,
you create an XSL Style Sheet with a transformation template.
Add the XSL style sheet reference to your XML document to link them.

<<Previous  Next>>



More XML Links

What is XQuery?

Answer - Xquery is a query language that is used to retrieve data from XML documents...............

What is XMLA ?

Answer - It is a Microsoft specified XML-messaging-based protocol for exchanging analytical data between client applications and servers..............

What is DOM?

Answer - DOM is an interface-oriented Application Programming Interface. It allows for navigation of the entire document...............

 
Copyright © 2008 CareerRide.com. All rights reserved.