xsl:if and XT

Subject: xsl:if and XT
From: David Green <d_green_007@xxxxxxxxx>
Date: Sun, 10 Jan 1999 10:02:06 -0800 (PST)
Hello,
The XT documentation states that ancestor is implemented for select
patterns.

The "test" attribute of the <xsl:if> is defined as a "select pattern".

The following XSL fragment 

<xsl:if test="not(ancestor(list-item))">
...
</xsl:if>

generated the following error:
" test.xsl:10: unexpected token".

Is it a bug or my misinterpretation of the XSL spec?

Thanks,
David Green.





 

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • xsl:if and XT
    • David Green - Sun, 10 Jan 1999 10:02:06 -0800 (PST) <=