Somia Floret

Results 2 issues of Somia Floret

# Processing VO Model Annotations ## Introduction Model Instances in VOTables ([MIVOT](https://ivoa.net/documents/MIVOT/20230620/REC-mivot-1.0.pdf)) defines a syntax for mapping VOTable data to any model serialized in VO-DML (Virtual Observatory Data Modeling Language)....

enhancement

The code implementing the MIVOT feature (PR #497) uses [lxml.etree](https://pypi.org/project/lxml/). The data model handling requires to run XML operations: parsing and XPATH queries. However, lxml is not a part of...

question