Now i have this :

header('Content-type: text/xml; charset=utf-8');


$newnode->setAttribute("name", utf8_encode($row['name']));
$newnode->setAttribute("address", utf8_encode($row['address']));

But then i can't see my xml file ??

On 24 Sep., 13:34, Ralph Ames <[EMAIL PROTECTED]> wrote:
> >how can i use these special danish characters without problems ??
> >It's this example that i'm using
> >http://code.google.com/support/bin/answer.py?answer=65622&topic=11369
>
> Check this link
>
> http://www.easypagez.com/maps/phpsqlinfo.html
>
> I used this
>
> $occ->setAttribute('name', utf8_encode($row['name']));
> $occ->setAttribute('address', utf8_encode($row['address']));
>
> Ralph
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to