Click to See Complete Forum and Search --> : úXSL And XSLT


Reham
01-20-2003, 04:10 AM
Hi All

What is the differemnce between XSL And XSLt?
please advice

Charles
01-20-2003, 05:54 AM
Extensible Style Sheet Language (XSL) includes Extensible Style Sheet Language Transformations (XSLT) and Extensible Style Sheet Language Formatting Objects (XSF:FO). XSLT is a gramar for describing the way one XML document ought to be transformed into another XML, HTML or text document. XSL:FO is a strictly presentation mark up language. XSL:FO documents are easily processed into other formats like PDF or RTF.

Reham
01-20-2003, 06:07 AM
Thanks so much fOR YOUR CONTRIBUTION?
BUT WHAT EXACTLY YOU MEAN? tHAT i CAN USE IT TO CHANGE THE THE WAY OF APPEARNCE AND THE DATA FORMATTING ?IF SO i CAN DO OT WITH xsL AND i AM NOT IN A NEED TO xSLT

Charles
01-20-2003, 06:40 AM
No, I mean that if you are using XSLT then you are using XSL. XSLT is a subset of XSL as is XSL:FO. Put another way, XSLT + XSL:FO = XSL.