Hi,
We are parsing the following structure and would like to fold the 'source' attribute:
<mc>
<transmit source="abc">
<destination level="xxx" status="sss" />
<destination level="yyy" status="ttt" />
...etc
</transmit>
<transmit source="def">
...etc
</mc>
For XMLin we use "forcearray => ['destination', 'source'] and keyattr => ['source']".
However with a single 'transmit' (and 'source') element, the 'source' element is not placed in an array and subsequently not folded. Is this the expected behavior? Is there another way to apply forcearray or a similar operation to the 'source' attribute?
Regards,
Benoît