how to encode unique node with multi parents?



suppose we have this structure



<listing>
<fields>
<field name="id" style=""...>
...
</fields>
</listing>
<crud>
<fields>
<field name="id" style=""...>
...
</fields>
</crud>


is there a way to avoid the repetition of the same field?


No comments:

Post a Comment