Hello,
I am rather new to geonetwork and I'm trying to do something which I
believe should be easy, but I have hit a bit of a wall.
That gives me my records with the title, description, and a bit of other
data.
I want to add more to the result. Like the resource ID (not just the uuid),
along with a few other bits of info that can be found in this kind of
request:
http://localhost/geonetwork/srv/eng/xml_iso19139?uuid=be16b5ba-2f2e-4bdb-b858-e2e0edc1b865
In the second request I can find things like:
<gmd:transferOptions>
<gmd:MD_DigitalTransferOptions>
<gmd:onLine>
<gmd:CI_OnlineResource>
<gmd:linkage>
<gmd:URL>
http://sedac.ciesin.columbia.edu:80/geoserver/wms?SERVICE=WMS&
</gmd:URL>
</gmd:linkage>
<gmd:protocol>
<gco:CharacterString>OGC:WMS-1.1.1-http-get-map</gco:CharacterString>
</gmd:protocol>
<gmd:name>
<gco:CharacterString>other:wcmc-world-database-of-protected-areas
</gco:CharacterString>
</gmd:name>
<gmd:description>
<gco:CharacterString>World Database of Protected Areas</gco:CharacterString>
</gmd:description>
</gmd:CI_OnlineResource>
</gmd:onLine>
</gmd:MD_DigitalTransferOptions>
</gmd:transferOptions>
I would like to get things like the gmd:URL and the gmd:name returning in
my larger results list (the first query that I listed) if possible.
Thanks,
James