Hello everyone again. So thought I'd take another stab at this! The
following query works great, it retrievs fn:interval records that have
both $FTEInterval_Members and $FTEInterval_JTED_Mains:
<xsl:apply-templates
select="fx:node-set($interval)//fn:interval[//field[(_at_)fieldname='EntityID']=$FTEInterval_Members][//field[(_at_)fieldname='EntityID']=$FTEInterval_JTED_Mains]"
mode="Exceptions" />
What is the inverse of this? Which would suffice to be my "CATCH
ALL", in otherwords match everything else where the above combination
fails.
Karl..
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--