<RSS version="2.0" xmlns:g="http://base.google.com/ns/1.0">
使用XML Builder将上述块放在一起的合适方法是什么?
xml.RSS :version => "2.0","xmlns:g" => "http://base.google.com/ns/1.0" do end
这将产生:
<RSS xmlns:g="http://base.google.com/ns/1.0" version="2.0"> </RSS>