Re: [xsl] table column

Subject: Re: [xsl] table column
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 19 May 2003 15:41:19 +0100
>  <xsl:text disable-output-escaping="yes">&lt;/tr&gt;</xsl:text>
> Hope this helps,

disable-output-escaping is almost always the wrong thing to do and is
specified as being non-portable. It is useful as a method of producing
non xml output like <% ... or dealing with over-use CDATA section
sections in the input document, but it  isn't needed here.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread