Sha256: dad57f79e62db55470c37788ad5b0ce753962038e6074ac8a98587a04270b3fb

Contents?: true

Size: 632 Bytes

Versions: 12

Compression:

Stored size: 632 Bytes

Contents

var csw_request = 
'<csw:GetDomain xmlns:csw="http://www.opengis.net/cat/csw/2.0.2" service="CSW" version="2.0.2">' +
  '<csw:PropertyName>type</csw:PropertyName>' +
'</csw:GetDomain>';

var csw_response = 
'<?xml version="1.0" encoding="UTF-8"?>' +
'<csw:GetDomainResponse xmlns:csw="http://www.opengis.net/cat/csw/2.0.2">' +
  '<csw:DomainValues type="csw:Record">' +
    '<csw:PropertyName>type</csw:PropertyName>' +
    '<csw:ListOfValues>' +
      '<csw:Value my_attr="my_value">dataset</csw:Value>' +
      '<csw:Value>service</csw:Value>' +
    '</csw:ListOfValues>' +
  '</csw:DomainValues>' +
'</csw:GetDomainResponse>'
;

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
postrunner-0.0.10 misc/openlayers/tests/Format/CSWGetDomain/v2_0_2.js
postrunner-0.0.9 misc/openlayers/tests/Format/CSWGetDomain/v2_0_2.js
postrunner-0.0.8 misc/openlayers/tests/Format/CSWGetDomain/v2_0_2.js
postrunner-0.0.7 misc/openlayers/tests/Format/CSWGetDomain/v2_0_2.js
postrunner-0.0.6 misc/openlayers/tests/Format/CSWGetDomain/v2_0_2.js
postrunner-0.0.5 misc/openlayers/tests/Format/CSWGetDomain/v2_0_2.js
postrunner-0.0.4 misc/openlayers/tests/Format/CSWGetDomain/v2_0_2.js
gb_mapfish_appserver-0.0.5 vendor/assets/javascripts/openlayers/tests/Format/CSWGetDomain/v2_0_2.js
gb_mapfish_appserver-0.0.4 vendor/assets/javascripts/openlayers/tests/Format/CSWGetDomain/v2_0_2.js
gb_mapfish_appserver-0.0.3 vendor/assets/javascripts/openlayers/tests/Format/CSWGetDomain/v2_0_2.js
gb_mapfish_appserver-0.0.2 vendor/assets/javascripts/openlayers/tests/Format/CSWGetDomain/v2_0_2.js
gb_mapfish_appserver-0.0.1 vendor/assets/javascripts/openlayers/tests/Format/CSWGetDomain/v2_0_2.js