Is it possible to read .xdmf files generated by legacy_DOLFIN in DOLFINx

Hello,

I wonder that if I have store my function generated by legacy_DOLFIN in .xdmf file, can I load this function in DILFINX, since this file type seems to work for both of them.

I have run some simulation using legacy_DOLFIN, but since the element is quadrilateral, and DOLFINX has better support for quadrilateral, then I want to do the further analysis in DOLFINX. The function is stored in .xdmf file, will there be any conflict?

adios4dolfinx has some support for this, see GitHub - jorgensd/adios4dolfinx: Extending DOLFINx with checkpointing functionality