David Moss wrote:
Is it possible to search a document node's contents, via a reference to it.
yes, you simply use the jcr:deref() function: //element(*, nt:linkedFile)/jcr:deref(@jcr:content, '*')[jcr:contains(., 'foo')] regards marcel
David Moss wrote:
Is it possible to search a document node's contents, via a reference to it.
yes, you simply use the jcr:deref() function: //element(*, nt:linkedFile)/jcr:deref(@jcr:content, '*')[jcr:contains(., 'foo')] regards marcel