Weblog - 1 items for rss
Rails rss builder for google base, attributes and tags with semi colons
01 Feb 2008
For google base you need to put semi colons in the tag definition.
By default rails doesn't like this.
So you do it like this.
xml.tag!('c:categories', "ski, snow", :type=>"string")
Found solution on this blog about builder
http://blog.katipo.co.nz/?p=29
