No. '<' is always for the opening tag.
So you have to enter the entity &lt; whenever you mean '<' in XML data.

Vincent Jansen wrote:

That works, but shouldn't this behave the way I thought it should

-----Original Message-----
From: Juan Torres [mailto:[EMAIL PROTECTED] Sent: vrijdag 2 april 2004 15:59
To: [EMAIL PROTECTED]
Subject: [PHP] Re: XSLT bug?



Try this:


<xsl:if test="position() &#60; $start">

Good Luck.


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to