Re: [xsl] Less than symbol in xsl:if or xsl:when

Subject: Re: [xsl] Less than symbol in xsl:if or xsl:when
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 07 Oct 2010 21:30:25 +0100
On 07/10/2010 20:42, sudheshna iyer wrote:
How do I achieve this?

This is a basic XML syntax rule nothing to do with XSLT. To put a < character in an XML attribute you need to escape it, typically as &lt;


David

Current Thread