I need to query a workspace to find subscribers nodes to be notified for a workspace event. Each subscribers have a subscription node with a property containing the path prefix for what they're subscribing to. The event listener provides the full path to the node being updated.
Eg. someone subscribes to new blog entries under /blog/wildlife/. A new blog entry is added with a path of /blog/wildlife/2010/11/17/wolfs How do I construct an xpath query that finds the nodes with the correct path prefix property? -- -Tor
