-----Original Message-----From: knowledge@opentext.com [mailto:knowledge@opentext.com]On Behalf Of eLink Discussion: Development DiscussionSent: 07 September 2001 13:39To: eLink RecipientSubject: Does the LL XSL parser support xsl if, etc Does the LL XSL parser support xsl if, etc Posted by SasolAdmin (slaghuis, Eric) on 09/07/2001 08:37 AM Me again ;-)I fugured out a couple of niftx XML skins. The latest project is to do a javascript menu of the folders and sub folders in a workspace. This is working. To put the finishing touches on I need to do a couple of tests. If use the statement <xsl:if match="llnode[@parentid!='123456'] I get an error messiage similar to "Invalid attribute match used in xsl:if statement".I get the same if I say <xsl:for-each select="llnode[@objname='Folder'] order-by="+llnode/@name"> for the order-by attribute.NOTE: I use server side transformations!Is it just me, or does Livelink only have a limited xsl vocabulary? (ps. I could be at error here, as I am no xsl guru)