OpenLayers OpenLayers

Ticket #506 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

OpenLayers doesn't parse Atom 1.0

Reported by: seang Assigned to: crschmidt
Priority: major Milestone: 2.4 Release
Component: Layer.GeoRSS Version: SVN
Keywords: atom url Cc: seang
State:

Description

Right before 1.0, Atom's link element change from

<link>URL</link>

to

<link href="URL"/>

The attached patch, with tests, ensures that a URL is had from an Atom link one way or the other.

Attachments

atom-1.0-links.patch (6.3 kB) - added by seang on 02/21/07 15:19:41.
atom-parsing.patch (3.7 kB) - added by crschmidt on 02/21/07 15:57:26.

Change History

02/21/07 15:19:41 changed by seang

  • attachment atom-1.0-links.patch added.

02/21/07 15:57:26 changed by crschmidt

  • attachment atom-parsing.patch added.

02/21/07 16:47:41 changed by crschmidt

atom-parsing.patch is the same as atom-1.0-links patch, with tests modified to be in the style I prefer.

02/21/07 16:48:51 changed by crschmidt

  • keywords changed from atom url to atom url review.
  • milestone set to 2.4 Release.

02/21/07 17:33:42 changed by crschmidt

  • keywords changed from atom url review to atom url.
  • status changed from new to closed.
  • resolution set to fixed.

Applied in r2256.