Hi ! I need to do something like :
//element(*, my:type)[... and element(*, my:othertype)[...@someattribute='somevalue' and @someotherattribute='someothervalue'] and ...] The problem is that my query don't know the subnode names, but one of these subnode should satify the two (or more) conditions. This does not look like an accepted syntax in JCR Xpath. Any equivalence? Is this possible with SQL2 or JQOM? Thanks, Frank
