Hello,

Any hint from the JiBX gurus on how to bind a matrix of double?
For example, how should I declare the mapping for this Java declaration:
   double[][]  myMatrix;
I would expect something like the following xml fragment for a matrix of 2 rows and 3 columns:

<matrix>
   <row>
      <cell>1.23</cell>
      <cell>0.25</cell>
      <cell>99.2</cell>
   </row>
   <row>
      <cell>-0.3</cell>
      <cell>5.56</cell>
      <cell>0.01</cell>
   </row>
</matrix>

Thanks for any hint
/Hervé
--
/Hervé

Reply via email to