1Dec/060
XML Publishing – Part 1
XML Publishing - Part 1: Producing HTML. This article, part of a series, will show you how to do it.
1Dec/060
Need to produce HTML, PDF, Text and RTF versions of the same document in seconds?
Have you ever needed to produce HTML, PDF, Text and RTF versions of the same document, in seconds? The XML Publishing article 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 the first article, we'll look at producing HTML from an XML document.
16Oct/060
XSLT Debug tip
This is a tip I use for debugging XSLT output. Use the xsl:comment element to output debug information when transforming XML files using XSLTs. See Ref0.