$xml='<?xml version="1.0" encoding="iso-8859-9"?>
<mainbody>
<header>
<company>NETGSM</company>
<usercode>kullanıcıadım</usercode>
<password>şifrem</password>
<startdate>16072014</startdate>
<starttime>1100</starttime>
<stopdate>16072014</stopdate>
<stoptime>1500</stoptime>
[B]<key>1</key> [/B]
[B]Boşluk Olmayacak[/B]
[B]</header> [/B]
<body>
<audioid>1152786</audioid>
<no>telno</no>
</body>
</mainbody>';Üsteki boşluğu görüyormusun ondan 70 XML hatası alıyorsundur büyük ihtimalle... Aşağıdaki şekilde kullanabilirsin.
<?xml version=”1.0”?>
<mainbody>
<header>
<company>NETGSM</company>
<usercode>KullaniciAdi</usercode>
<password>Sifre</password>
<startdate>15122004</startdate>
<starttime>1828</starttime>
<stopdate>17122004</stopdate>
<stoptime>1425</stoptime>
<key>1</key>
</header>
<body>
<audioid>sesid</audioid>
<no>905551234567</no>
<no>905551234568</no>
</body>
</mainbody>