Hi All,
Currently when I put the following GET request in my URL:
http://localhost:8080/geonetwork/srv/en/csw?request=GetRecords&service=CSW&version=2.0.2
&namespace=xmlns(csw=http://www.opengis.net/cat/csw)
&resultType=results
&outputSchema=http://www.opengis.net/cat/csw/2.0.2
&outputFormat=application/xml
&elementSetName=brief
&constraintLanguage=CQL_TEXT
&constraint_language_version=1.1.0
&typeNames=csw:Record
I get a list of 10 records displayed on my page.
The problem is that records of ISO19319 schema have <dc:identifier>,
<dc:title>, and <dc:type> displayed while records of ISO19319.mcp only have
<dc:identifier> and <dc:type> displayed.
Is there a way to also display <dc:title> for ISO19319.mcp records so it's
consistent with ISO19319?
Thanks in advance,
KM
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/GET-Request-OutputSchema-OutputFormat-tp5726032p5726032.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.