[OpenLayers-Users] Format.XML write and IE

Bart van den Eijnden (OSGIS) bartvde at osgis.nl
Thu Jan 24 04:27:30 EST 2008


It was my own stupid mistake, I was using:

var boundingFeature = OpenLayers.Format.XML.prototype.write(stChild); 

where I should have used:

var xml = new OpenLayers.Format.XML(); 
var boundingFeature = xml.write(stChild); 

Best regards,
Bart

> -----Oorspronkelijk bericht-----
> Van: Christopher Schmidt [mailto:crschmidt at metacarta.com]
> Verzonden: woensdag 23 januari 2008 17:23
> Aan: Bart van den Eijnden (OSGIS)
> CC: users at openlayers.org
> Onderwerp: Re: [OpenLayers-Users] Format.XML write and IE
> 
> 
> On Wed, Jan 23, 2008 at 05:12:16PM +0100, Bart van den Eijnden (OSGIS)
wrote:
> > Hi list,
> > 
> > is it correct that Format.XML does not yet support writing in IE?
> 
> Nope, that's not correct. Format.XML supports writing in IE6 and IE7.
> 
> Format.WFS does not correctly use Format.XML: there is an open ticket in
> 2.6 for this bug. This may be what you're running into.
> 
> Regards,
> -- 
> Christopher Schmidt
> MetaCarta
> 
> 
> 
> 
> Disclaimer
> ************************************************************************
> Aan dit bericht kunnen geen rechten worden ontleend. Dit bericht is
> uitsluitend bestemd voor de geadresseerde. Als u dit bericht per abuis
> hebt ontvangen, wordt u verzocht het te vernietigen en de afzender te
> informeren. Wij adviseren u om bij twijfel over de juistheid of de
> volledigheid van de mail contact met afzender op te nemen.
> 
> This message shall not constitute any rights or obligations.
> This message is intended solely for the addressee.
> If you have received this message in error, please delete it and
> notify the sender immediately. When in doubt whether this message
> is correct or complete, please contact the sender.
> ************************************************************************
> 
> 
> 






More information about the Users mailing list