Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#5871 closed defect (fixed)

Defect with Namespace

Reported by: Michael81 Owned by: warmerdam
Priority: normal Milestone: 2.0.0
Component: OGR_SF Version: unspecified
Severity: normal Keywords: Atom, ATOMFeed, OGR
Cc:

Description

Using OGR in QGIS with the Atom Client we found out a defect with the Namespace declaration of OGR (GDAL) for the atom standard.

The declaration of xmlns="http://www.w3.org/2005/Atom" with <title>...</title> <subtitle>...</subtitle>

works. but this declaration doesn't work:

xmlns:atom="http://www.w3.org/2005/Atom"

<atom:title>...</atom:title> <atom:subtitle>...</atom:subtitle>

Attachments (2)

sehund-fixed.xml (73.5 KB ) - added by Michael81 9 years ago.
sehund.xml (76.0 KB ) - added by Michael81 9 years ago.

Download all attachments as: .zip

Change History (4)

by Michael81, 9 years ago

Attachment: sehund-fixed.xml added

by Michael81, 9 years ago

Attachment: sehund.xml added

comment:1 by Even Rouault, 9 years ago

Component: defaultOGR_SF
Milestone: 2.0
Priority: highnormal
Resolution: fixed
Severity: criticalnormal
Status: newclosed

trunk r28636 "GeoRSS: fix to parse ATOM feed documents with atom: namespace (#5871)"

comment:2 by Even Rouault, 9 years ago

Milestone: 2.02.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.