Hi Is it possible to specify in xpath expression how many results it should return. For example in the query below I get 50+ results but I only want first 5...
/jcr:root/site1/news//element(*,nt:base)[EMAIL PROTECTED]'news' and MetaData/@mgnl:template='np-article'] order by @date descending I looked into count() and position() but I am not sure how to apply them to above query... Thanks in advance... Amir
