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
Dear Benjamin,
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?
I would guess this depends on your XSD files. Could you provide us with an example (XML, Schema) that demonstrates which parts of your data you want to validate, and which should be ignored?
Best, Christian
On Mon, Jan 27, 2020 at 11:10 AM benjamin.tobler@sbb.ch < benjamin.tobler@sbb.ch> wrote:
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).
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
basex-talk@mailman.uni-konstanz.de