<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello Miss, Mister,<div><br></div><div>I have some troubleregarding my paraview file: i must create an paraview type xml programm which calls other xml files each of them specialized in different datas (geometry, topology, et c...)</div><div>What type of strucuture should i use for that?</div><div>Thank you very much for your help.</div><div><br></div><div>Here is an exemple of what i did (it didn't work):</div><div><br></div><div><div><?xml version="1.0"?></div><div><VTKFile type="PUnstructuredGrid" version="0.1" byte_order="BigEndian" compressor="vtkZLibDataCompressor"></div><div>  <PUnstructuredGrid GhostLevel="0"></div><div>     <PPointData Scalars="my_scalars"></div><div>       <PDataArray type="Float32" Name="my_scalars"/></div><div>     </PPointData>               </div><div>    <Piece Source="polyEx0.vtp"/></div><div><PCellData Scalars="cell_scalars" Normals="cell_normals"></div><div>       <PDataArray type="Int32" Name="cell_scalars"/></div><div>       <PDataArray type="Float32" Name="cell_normals" NumberOfComponents="3"/></div><div>     </PCellData></div><div>    <PPoints></div><div>       <PDataArray type="Float32" NumberOfComponents="3" format="ascii"/></div><div>    </PPoints> </div><div>    <Piece Source="polyEx1.vtp"/></div><div>  </PUnstructuredGrid></div><div></VTKFile></div></div><div><br></div><div>this is supposed to take some pieces of information from my 2 other programs (polyex0 et polyex1) which are cubes, so in final i should have a cube with some properties of each of the 2 cubes.</div><div><br></div><div>Thank you very much for your help,</div><div>Have a good week!</div>                                    </div></body>
</html>