Hello, > Hello, > > I've got a node that contains a multi-valued property > (containing references to other nodes), how can I query for > nodes with specific properties? Not entirely sure if I understand you correctly, but you do not mean //*[@mymultiprops] ? Now you get all nodes containing the property 'mymultiprops' Regards Ard > [jcr:contains(@mymultiprops, > 'uuid')] doesn't work (substitute uuid with the actual uuid > of the referenced node). > > Thanks in advance, > Edgar Merino >