M
Magus
Hi.
I'm trying to execute a simple <xsl:if>-clause with a
condition that reads: a<1
In MSXML 4 the clause <xsl:if test="a < 1">do
something...</xsl:if> works fine.
But in .Net Xml it just doesn't work. I can't use the real
character (<) because the XSLT wont be a valid XML.
And if I use the encoded representation (< it wont
compute at all.
Anybody got a clue what to do???
// Magus - Il Dottore
I'm trying to execute a simple <xsl:if>-clause with a
condition that reads: a<1
In MSXML 4 the clause <xsl:if test="a < 1">do
something...</xsl:if> works fine.
But in .Net Xml it just doesn't work. I can't use the real
character (<) because the XSLT wont be a valid XML.
And if I use the encoded representation (< it wont
compute at all.
Anybody got a clue what to do???
// Magus - Il Dottore