Rails Atom builder xml.tag!("activity:object-type") error

Posted by Anup on Stack Overflow See other posts from Stack Overflow or by Anup
Published on 2010-05-21T09:51:47Z Indexed on 2010/05/23 1:31 UTC
Read the original article Hit count: 493

Filed under:
|
|

I am creating a activity stream of my feeds according to the http://activitystrea.ms standard.

I am using rails atom builder to create a valid atom feed, but when I use

xml.tag!("activity:object-type", "http://activitystrea.ms/schema/1.0/person")

the atom feed goes blank.On seeing the source I find the correct xml format

from what I have found out the ":object" is giving the problem.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about Xml