fixed dtd url to avoid failing tests in IE.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9881 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
var doc = (new OpenLayers.Format.XML).read(
|
var doc = (new OpenLayers.Format.XML).read(
|
||||||
'<?xml version="1.0" encoding="UTF-8"?>' +
|
'<?xml version="1.0" encoding="UTF-8"?>' +
|
||||||
'<!DOCTYPE WMT_MS_Capabilities SYSTEM "http://publicus.opengeo.org:80/geoserver/schemas/wms/1.1.1/WMS_MS_Capabilities.dtd">' +
|
'<!DOCTYPE WMT_MS_Capabilities SYSTEM "http://demo.opengeo.org:80/geoserver/schemas/wms/1.1.1/WMS_MS_Capabilities.dtd">' +
|
||||||
'<WMT_MS_Capabilities version="1.1.1" updateSequence="57">' +
|
'<WMT_MS_Capabilities version="1.1.1" updateSequence="57">' +
|
||||||
'<Service>' +
|
'<Service>' +
|
||||||
'<Name>OGC:WMS</Name>' +
|
'<Name>OGC:WMS</Name>' +
|
||||||
|
|||||||
Reference in New Issue
Block a user