Are wildcards supported in the XPath implementation within Tuscany to group collections. For instance in the company example in the spec I would like to get a list of all the employees in the company.
Tried the following in vain:
root.get("/*/employees")
root.get("//employees")
root.get("/departments/employees")
Thanks,
Murtaza.
