[PHP] Re: XSLT bug?

2004-04-02 Thread Juan Torres
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



RE: [PHP] Re: XSLT bug?

2004-04-02 Thread Vincent Jansen
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

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



Re: [PHP] Re: XSLT bug?

2004-04-02 Thread Leung WC
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