Hi all,
I was wondering if BaseX also supports the concept of having collections in the database.
The reason why I need collections is that I have xml files with the same identifier. My customer exports product information for different states (workflow | work in progress | released) to the file system currently but we would like to export everything to an xml database.
So I'd like to create 3 separate collections for the 3 states and being able to query for product 'X' in state 'Y'. Is this possible?
Robby Pelssers