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]

why is it worked out?


hi,

it took me some time before i got tired and made a mistake putting
XPath(is it how it is called?) inside a predicate of a XPath like below:
<xsl:if test="not(following-sibling::item[not(@db-end) and not(@db-start) or
                  following-sibling::item]
                  )">
what i actually ment was

<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=""?

jian


_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


 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]