Valla deneye deneye buldum sonunda
bu kısımı döngüye alınca istediğim gibi oldu, teşekkür ederim.
$urun = $xml->createElement('urun');
$urun->appendChild($xml->createElement('marka', 1));
$urun->appendChild($xml->createElement('marka_koleksiyon', '-----'));
$urun->appendChild($xml->createElement('mal_grubu', '-----'));
$urun->appendChild($xml->createElement('urun_cesidi', '-----'));
$urun->appendChild($xml->createElement('kdv', '-----'));
$urun->appendChild($xml->createElement('urun_adi', '-----'));
$urun->appendChild($xml->createElement('etiket_fiyati', '-----'));
$urun->appendChild($xml->createElement('site_indirimli_fiyati', '-----'));
$urun->appendChild($xml->createElement('morhipo_yeni_alis', '-----'));
$urun->appendChild($xml->createElement('kdv_haric_morhipo_yeni_alis', '-----'));
$urun->appendChild($xml->createElement('ilkyil', '-----'));
$urun->appendChild($xml->createElement('yil', '-----'));
$urun->appendChild($xml->createElement('ilksezon', '-----'));
$urun->appendChild($xml->createElement('sezon', '-----'));
$urun->appendChild($xml->createElement('cinsiyet', '-----'));
$urun->appendChild($xml->createElement('renk', '-----'));
$urun->appendChild($xml->createElement('beden', '-----'));
$urun->appendChild($xml->createElement('firma_ana_urun_kodu', '-----'));
$urun->appendChild($xml->createElement('aciklama', '-----'));
$urun->appendChild($xml->createElement('stok_adedi', '-----'));
$urun->appendChild($xml->createElement('barkod', '-----'));
$urun->appendChild($xml->createElement('resimler', '-----'));
$urunler->appendChild($urun);