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]
Other format: [Raw text]

RE: why is it worked out?


Heppa,

> <xsl:if test="not(following-sibling::item[not(@db-end) and 
> not(@db-start)] 
> or
>                   following-sibling::item
>                   )">
> surprisingly enough to me it worked allright.
> could someone please explane what is going on inside of test=""?

"If there are following "item" siblings or following "item" siblings that do not have "db-end" or "db-start" attributes, evaluate to false; otherwise evaluate to true." ... I think...

Santtu

 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]