xsl-list
[Top] [All Lists]

RE: if then else

2005-02-28 10:35:29
This is correct in XSLT 2.0. Are you using an XSLT 2.0 processor? What was
the error message?

Michael Kay
http://www.saxonica.com/ 

-----Original Message-----
From: RQamar [mailto:qamar_rahil(_at_)yahoo(_dot_)co(_dot_)uk] 
Sent: 28 February 2005 17:07
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] if then else

Hi

I wanted to use the 'if then else' clause inside the <xsl:value-of 
select="">. I tried doing it this way but its obviously wrong as it 
returns an error.

<Value type="TEXT" ref="{CONCEPT/@ref}">
    <xsl:value-of select="if(OBJECT-SLOT) then OBJECT-SLOT/@name else 
DATA-SLOT/@name"/>
</Value>

What would be the right way of writing it or is it incorrect 
to have it 
inside the select attribute of the xsl:value-of tag?

Appreciate any comments or suggestions
Rahil

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>