XML Publishing - Part 1
Have you ever needed to produce HTML, PDF, Text and RTF versions of the same document, in seconds? This article, part of a series, will show you how to do it. These multiple document formats can be produced using an XML document which is transformed using XSL code. In this first article, we’ll look at producing HTML from an XML document.

