xdmf3 issue with join. Any solution ?

Hi ,

Since the introduction of xdmf3 i’ve had an issue with our files. After some analysis and poking arround it seems it comes from the use of JOIN for the attributes to generate a vector from its components
like this.

    <Attribute Name="Velocity" Center="Node" AttributeType="Vector">
       <DataItem ItemType="Function" Dimensions="     34684 3" Function="join($0 , $1 , $2 )">
         <DataItem Format="HDF" Precision="8" DataType="Float" Dimensions="     34684">
          trapvtx_sol_00027510.h5:./GaseousPhase/rhou
         </DataItem>
         <DataItem Format="HDF" Precision="8" DataType="Float" Dimensions="     34684">
          trapvtx_sol_00027510.h5:./GaseousPhase/rhov
         </DataItem>
         <DataItem Format="HDF" Precision="8" DataType="Float" Dimensions="     34684">
          trapvtx_sol_00027510.h5:./GaseousPhase/rhow
         </DataItem>
       </DataItem>
    </Attribute>

There is an old message mentionning this in 2017 but not follow up
https://public.kitware.com/pipermail/paraview/2017-February/039301.html

Any solution for this ?