Hi *, I'm struggling with jaxb and the ecma v5 schemas for quite a while - maybe you could have a look at [1].
My idea is to have several ecma version available in parallel and decide which to use after some introspection of a given ooxml file - AFAIK the versions are not downward compatible. Additionally my goal is to have the internal model saved as (serializable?) dom fragments or even strings, so you could use some kind of mmap list to handle big files. For reading the data you wouldn't need a schema, but for writing (and respecting the element order) I think there's no feasible method apart of xml binding, which would be applied on the fly on changed elements. So feel free to also suggest a different approach not only for the jaxb problem. Andi [1] https://stackoverflow.com/q/46869482
signature.asc
Description: OpenPGP digital signature
