[Home] [By Thread] [By Date] [Recent Entries]
You want to test whether onClick is empty or onClick doesn't exist? then not(onClick='') is the false expression. Or in other words: test=" A or not(A)" is always true. The second part should be "not(onClick)" (without ='', because you would have again boolean in it). But there is a shorter way too: either test="normalize-space(onClick)" (whitespaces are removed) or test="string(onClick)" (empty onClick but with whitespaces won't be ignored) I think normalize-space(onClick) is the right one. Regards, Joerg However, this xsl does not appear to work. The xsl will run on the following xml code. -- System Development VIRBUS AG Fon +49(0)341-979-7411 Fax +49(0)341-979-7409 joerg.heinicke@xxxxxxxxx www.virbus.de XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



