If I correctly understand release notes from Magento 1.7.0.1, this functionnality has been implemented (http://goo.gl/ZgHG0). I have succeddfully tested it on a Magento CE 1.7.0.2.
You must declare a separator parameter in the field dependancy like this :
<depends>
<depends_from_field separator=",">
depends_from_field_value_1,depends_from_field_value_2
</depends_from_field>
</depends>
Note that depends_from_field_value_1
and depends_from_field_value_2
are separated by a comma, the exact symbol that is declared in separator=","
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…