Merge remote-tracking branch 'upstream/pull/5073'

This commit is contained in:
Tom Hughes 2024-08-14 19:00:20 +01:00
commit 68abf2075b

View file

@ -639,12 +639,5 @@ module Api
xml.find("//osm/node").first[name] = value.to_s
xml
end
##
# parse some xml
def xml_parse(xml)
parser = XML::Parser.string(xml)
parser.parse
end
end
end