Re: [xsl] Non Existent attribute, and other things.

Subject: Re: [xsl] Non Existent attribute, and other things.
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 12 Mar 2001 14:08:30 GMT
me> <menu name="{@short|@name[not(@short)]}">


or more correctly


<menu name="{@short|@name[not(../@short)]}">

David

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


Current Thread