Posts Tagged ‘xslt

Quick and dirty XSLT tutorial

XSLT is a powerful way of getting data from an XML document into a HTML document, altough it is not the only use for it. This article will show you how to get started with XSLT using a simple example while explaining the basics of the language.
Explanation
The stylesheet above introduces many important concepts of XSLT [...]

PHP