Michael Wechner wrote:
Is it possible to do something like a "join"
select * from a, b where a.A=A and b.B=B and a.id=b.id
meaning I have two different doctypes within the same collection, e.g. metadata and content, but which correspond to the same id ...?
Or do I need to aggregate these two XMLs as one document type? But then what would the XPath expression look like?
If you can come up with an example I might be able to suggest appropriate xpath for you
Vadim
