as discussed in [Issue #4509](https://wiki.openstreetmap.org/w/index.php?title=Messaging_API_proposal) and documented in [Messaging API reference](https://wiki.openstreetmap.org/w/index.php?title=Messaging_API_proposal)
7 lines
138 B
Ruby
7 lines
138 B
Ruby
xml.instruct!
|
|
|
|
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
|
|
xml.tag! "messages" do
|
|
osm << (render(@messages) || "")
|
|
end
|
|
end
|