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: xpath question



>   Is this the syntax I'd want?

it depends what you want,

[@ns:attr != ''] is true if the string value of ns:attr is not empty.
 That is it is true as long as a non empty value is specified.
 note if the element had   ns:attr="" the test would be false.

you might want

[not(@ns:attr)] which is true if there is no ns:atrr even if it is
specified but empty.

David


 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]