FROM `mm_option_value_description`
ORDER BY `mm_option_value_description`.`name` DESC
the 'name' values from product option to xml?
is it : $xml->writeElement('productcode test', $option_value_description['name']);
or what is the correct way?
thnkx in advance
