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&amp.."/>
</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&amp.."/>
</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

        

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to