• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

What is the difference between XSL and XSLT

 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is the basic difference between XSL and XSLT and when does XSLT come into picture
 
Leverager of our synergies
Posts: 10065
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
W3C states:
XSL is a language for expressing stylesheets. It consists of three parts:
* XSL Transformations (XSLT): a language for transforming XML documents
* The XML Path Language (XPath): an expression language used by XSLT to access or refer to parts of an XML document.
* An XML vocabulary for specifying formatting semantics (XSL Formatting Objects)
Informally, abbreviation "XSL" often refers to XSLT only, since the latter is in wider use. Also informally �XSLT� often refers to both �XSLT itself� and �XPath�, since most of XSLT document use XPath expressions.
 
I don't like that guy. The tiny ad agrees with me.
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic