Re: [xsl] conditional based html formated output - reg

Subject: Re: [xsl] conditional based html formated output - reg
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 02 Apr 2010 15:07:59 +0100
On 02/04/2010 11:31, Ramesh Kumar wrote:
		<xsl:if test="not(contains($RowKeyList, concat(rowkey, ',')))">
			</tr>
		</xsl:if>


an XSLT file is an XML file the above is not well formed XML so will be rejected by the XML parser and never passed to the XSLT engine.

David

Current Thread