Michael Raeder created GEOS-5091:
------------------------------------
Summary: WMS - GetCapabilities - INSPIRE
Key: GEOS-5091
URL: https://jira.codehaus.org/browse/GEOS-5091
Project: GeoServer
Issue Type: Improvement
Components: WMS
Affects Versions: 2.2-beta1
Reporter: Michael Raeder
Assignee: Andrea Aime
Fix For: 2.2.x
2.2 Beta1
know:
...
<MetadataURL type="ISO19115:2003">
<Format>application/xml</Format>
<OnlineResource xlink:type="simple" xlink:href="....Request=GetRecordById&.."/>
</MetadataURL>
...
need to be:
...
<MetadataURL type="ISO19115:2003">
<Format>application/xml</Format>
<OnlineResource
xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:type="simple"
xlink:href="....Request=GetRecordById&.."/>
</MetadataURL>
...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira