Hi, On Tue, Jul 6, 2010 at 4:24 PM, Rencana Tarigan wrote: > I have a list of file and folder that have property author. > can somebody tell me how to make search query for property, as example for > author ? With XPath you can use //*[@author = '...'] to select all nodes with the given author. BR, Jukka Zitting