<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0"> <xsl:strip-space elements="*"/> <xsl:template match="/"> <html> <xsl:apply-templates select="catalog"/> </html> </xsl:template> ...