This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: match selection formulae


> In my naiveity, I thought that @rend='' would be the 
> equivalent of testing for
> the non-existence of an attribute - however, not(@rend) 
> doesn't appear to work either.

boolean(@rend) is true if the attribute exists
not(@rend) is true if the attribute doesn't exist
@rend='' is true if the attribute exists and has the value "".

Mike Kay

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]