Re: [xsl] Difference between XSL and XSLT

Subject: Re: [xsl] Difference between XSL and XSLT
From: Jason Viers <bean@xxxxxxxxxxxx>
Date: Fri, 10 Feb 2006 14:57:17 -0500
Khorasani, Houman wrote:
I know XSLT is a subset o XSL. But still a bit confusing to explain why
to use XSLT rather than XSL or vice versa...

You don't use one rather than the other; XSL is a concise way of referring to multiple technologies (XSLT, XPath, etc).


http://www.w3schools.com/xsl/xsl_languages.asp

When you "use" XSL, you're transforming a document via XSLT, using XPath queries to identify nodes, etc., whether you realize it or not. :)

Jason

Current Thread