Regenerate ODF tokens for v1.3
The new schema for ODF v1.3 is located here: https://docs.oasis-open.org/office/OpenDocument/v1.3/os/schemas/OpenDocument-v1.3-schema.rng
We need to update the generator script in misc/xml-tokens/gen-odf-tokens.py
to parse and re-generate the following inline files:
- src/liborcus/odf_namespace_types_cpp.inl
- src/liborcus/odf_namespace_types_hpp.inl
- src/liborcus/odf_token_constants.inl
- src/liborcus/odf_tokens.inl
In doing so, we also need to make sure that v1.3 is backward compatible with v1.2, and in case it isn't, we need to figure out whether it is necessary to also support v1.2 or not. Since orcus is technically still in an experimental phase, we may not need strict backward compatibility support, assuming that ODF v1.3 will become the dominant format at some point.
Edited by Kohei Yoshida