ruby on rails xml builder question

Posted by trustfundbaby on Stack Overflow See other posts from Stack Overflow or by trustfundbaby
Published on 2010-04-15T00:38:33Z Indexed on 2010/04/15 0:43 UTC
Read the original article Hit count: 584

Filed under:
|
|

Anybody know how to produce an xml element like this in rails using xml Builder?
<image:loc>http://example.com/image.jpg</image:loc>

xml.image :loc http://example.com/image.jpg
Is supposed to work but doesn't.

© Stack Overflow or respective owner

Related posts about rails

Related posts about Xml