Re: [xsl] Retaining Comments

Subject: Re: [xsl] Retaining Comments
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Tue, 22 Nov 2005 17:56:20 +0100
You might want to preserve white-space as well:

<xsl:output indent="no" />

<xsl:preserve-space="*" />

Cheers

Fraser Goffin wrote:

The situation I have is a base XSLT which is then transformed into a new XSLT with some small amendments, but I wnat to keep all of the useful comments that were in the original.

Current Thread