OpenLayers OpenLayers

Ticket #536 (closed bug: duplicate)

Opened 2 years ago

Last modified 1 year ago

Safari's XML Serializer does not support namespaces

Reported by: crschmidt Assigned to:
Priority: minor Milestone: 2.5 Release
Component: general Version:
Keywords: Cc:
State:

Description

Safari's XMLSerializer does not support namespaces. This prevents the WFS layer from being able to save data to a WFS-T server.

Find an XML Serializer which works for Safari that users can use instead of the default, and includes support for it in OpenLayers.Ajax.serializeXMLToString.

Change History

07/15/07 01:52:16 changed by crschmidt

  • status changed from new to closed.
  • resolution set to duplicate.

Instead, this work should move into the Format.XML class, which will encapsulate all cross-browser XML work. That is being tracked by ticket #841.