I think part of your XPath got cut off, but I use filtered count XPaths for this kind of thing, too, sometimes, or the boolean function - for example, this returns true if there a no instances of the group where both of these fields are blank: boolean(not(my:group1/my:group2[my:field1 = "" or my:field2 = ""]))
Hilary Stoupa
