[Home] [By Thread] [By Date] [Recent Entries]
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
|

Cart



