XSLT to HTML Primer Rescuing XSLT from Niche Status - original article by David Jacobs http://www.xfront.com/rescu... This tutorial will focus on the generation of HTML documents. XSLT is a programming language for translating an Input XML Document into another format, say an HTML Output Document. For each element, you need to determine how the element needs to be translated. If there are one-to-one mappings or one to zero mappings, this is straightforward. For example, if every occurrence...