XSLT
XSLT refers to Transformations, a member of the Extensible Stylesheet Language family: http://www.w3.org/Style/XSL/. As the World Wide Web Consortium (W3C) describes it, “An XSLT stylesheet specifies the presentation of a class of XML documents by describing how an instance of the class is transformed into an XML document that uses a formatting vocabulary, such as (X)HTML or XSL-FO.” In other words, you can use it to transform an XML document into HTML. A little less directly, it’s also used to transform XML into PDF, EPUB, etc. This is important stuff, but not really very new anymore. . . . [more]
