hata domBelgesi nesne php için rss feed geçerken

1 Cevap php

kimse muhtemelen bana doğru yönde işaret edebilir

I am using curl to get back a google picasa api feed. This all works well, with the autorisation and the fetching of the data, ancaknow I want to expand a little bit in try'n to add,update tags,pics, geo-info from my site.

Nasıl ben bir şekilde DOMDocument için curl ile döndüm yem geçebilir?

Bu işe yaramadı

$dom = new DOMDocument();
$xml = $dom->load(trim($feed )); 
or
 $xml = $dom->loadXML($feed);

Ben doğrudan echo eğer ben FF bir rss sayfa olsun

echo trim($feed );

ancak

echo $xml;

Bir xml ayrıştırma sözdizimi hatası verecek?

Also, if anyone has any links to work with google-api for PUT, DELETE, UPDATE operations that is not related to ZEND, ancakuses a different PHP approach, curl or something, that would be great.(code that's easyer to follow)

teşekkürler, Richard

1 Cevap

Kullan $feed = simplexml_load_string($feedXml);