[Home] [By Thread] [By Date] [Recent Entries]

Subject: Re: 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
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member