On Wed, 2007-11-21 at 11:47 +0100, Matthew Pulis wrote: > Hi guys :) > <snip> > I get this error : > > String contains an invalid character" code: "5 > http://yancho.no-ip.org/~yancho/OpenLayers.js > Line 554 >
Not sure: could it be your XML is in another character set (in ISO-8859-1 for example) than it says it is (UTF-8)? I see you use a single quote for your edge id. What happens when you make that a double quote? Or maybe you tried to do something like this: http://www.nabble.com/DrawFeature:-box-supported--t4627077.html If so, you tried to feed the data in a wrong format to a method, or maybe the right format to the wrong method... ;-) Kind regards, Roald -- Roald de Wit Software Engineer [EMAIL PROTECTED] Commercial Support for Open Source GIS Software http://lisasoft.com/LISAsoft/SupportedProducts/ _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
