Actually, XSL has two parts viz. XSL-T and XSL-FO where, T stands for Transformation and FO stands for Formatting Objects. XSL-T is to transform an XML into xyz. This xyz can be XML, HTML, WML, etc., etc. or XSL-FO. Depends on what do you write in the template part of your XSL file. So, just like HTML can be rendered by the browser so can XSL-FO, provided the browser supports XSL-FO.
This is question which should be posted on the xalan mailing list. Cheers, Rahul. > From: S Uma <[EMAIL PROTECTED]> > X-Accept-Language: en > To: [EMAIL PROTECTED] > Subject: What is the difference between XSL and XSLT > Hello, > > I am not sure of this is the right list for this question. > > Can someone explain the difference between XSL and XSLT using Layman's > terms. > > Thanks, > Uma > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
