Hi
i want to deploy Parent-Child Relationship with drop downlist and check box l via xml(see below)
<categorie id=1 name="name2">
<product id="1" name="name1"></product>
<product id="2" name="name2"></product>
</categorie>
<categorie id=2 name="categorie id1">
<product id="1" name="name11"></product>
</categorie>
i sucess do it with multi-selection list but when i choose check some product it checked for all ctecories.
any idea how to fix it or may be use other way.
Thanks
Rina