Dear all
I am extracting some nodes from a xml document. The structure of the xml document can change over time. Therefore, I would like to install a mechanism, which is testing for changes of the data structure of the relevant nodes. The schema is described in multiple xsd documents but one xsd document is referring to all others (screenshot).
[cid:image003.jpg@01D5D502.4E0C7DB0]
I was testing the complete xml against the this xsd, which is referring to all other xsds, but I received the error message: "Validation could not be started: Java heap space" by using the function "validate:xsd".
However, actually I only want to test the data structure of specific nodes and not the complete xml for changes. Is it possible to do this with BaseX? Thank you for your help!
Best Regards
Benjamin