]> git.openstreetmap.org Git - rails.git/blob - app/views/api/changesets/changeset.builder
Move document-level styling for iD to its stylesheet
[rails.git] / app / views / api / changesets / changeset.builder
1 xml.instruct! :xml, :version => "1.0"
2
3 # basic attributes
4
5 xml.osm(OSM::API.new.xml_root_attributes) do |osm|
6   osm << render(@changeset)
7 end