Hello,

If you take a broader view, you can say that XSL constitutes two parts viz. 
XSL-FO and XSL-T. T in XSL-T stands for Transformation. Transformation of what?. 
Transformation of an XML file to generate some output. That output can be 
anything. Depends on your need viz. - html, java, etc.. or even FO(Formatting 
objects). Thus, FO's are used to render the data in the XML file. If your o/p is 
going to a browser, and you are generating html as the output from XSL, you can 
see it on the browser. How?. Simple, browser understands html. Now, if you 
generate your o/p as FO from XSL, the browser must understand it to display it. 
But, not all browsers support FO. 

Rahul.


> From: "Pankaj Malhan" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: XSL and XSLT
> Date: Mon, 11 Jun 2001 22:52:49 +0530

> 
> Hello,
> 
> I read the book java and xml by Brett Mclaughlin.
> i couldntunder the difference between XSL and XSLT. in book it is said taht 
> XSL transform and translates the XML data form one format to another.
> TO preform the translation an XSL document can contain formatting objects.
> 
> What is a formatting object???
> XSLT is a completely textbased transformation process.
> 
> What is a textbased transformation??
> 
> What is the Difference between a XSL and XSLT.??
> 
> Like for transformation of a XML file we make a XSL (Style sheet) and To 
> Xalan processor translates that to HTML.
> So what is a XSL and XSLT here??
> 
> Thanks in Advance
> Sonu
> 
> 
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
> 
> ---------------------------------------------------------------------
> In case of troubles, e-mail:     [EMAIL PROTECTED]
> To unsubscribe, e-mail:          [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



---------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to