4 xml.gpx("version" => "1.1", 
 
   5         "xmlns:xsi" => "http://www.w3.org/2001/XMLSchema-instance",
 
   6             "xsi:schemaLocation" => "http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd") do
 
   9       xml.wpt("lon" => bug.lon, "lat" => bug.lat) do
 
  11                         xml.cdata! bug.flatten_comment("<hr />")
 
  14                         if bug.status = "open"