I fix these issue.

with text replacements.

'<ghoto:' to ''

        uri = "http://picasaweb.google.com/data/feed/api/user/#
{user_id}?kind=album&access=#{access}"

        response = get(uri)
        response.body.gsub!('gphoto:', '')
        response.body.gsub!('media:', '')
        response.body.gsub!('georss:', '')
        response.body.gsub!('gml:', '')


It is not good - but it is work

On Aug 14, 8:38 pm, Mike <[email protected]> wrote:
> I have problem with parsing Picasa's xml feed with picasaonrails lib
>
> I am getting: Getting Undefined prefix gphoto found Error message
> while
> executing [photo_hash = XmlSimple.xml_in(entry.to_s, { 'ForceArray' =>
> false })] line.
>
> Seems these issue occurs with incorrect REXML lib and simple-xml gem.
> Issue also was posted as bug 
> onhttp://code.google.com/p/picasaonrails/issues/detail?id=2
>
> Do you have any idea to fix this problem on heroku?
>
> Thank in advice
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" 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/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to