We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CKAN CSW parser only extracts a CharacterString child from gmd:CI_OnlineResource/gmd:name.
gmd:CI_OnlineResource/gmd:name
When a gmx:MimeFileType is used instead, we may use both the text() and the type.
text()
type
E.g.:
<gmd:CI_OnlineResource> <gmd:linkage> <gmd:URL>http://159.213.89.76/geonetwork/srv/en/resources.get?uuid=a911afd6-241d-4087-9739-2a81f5c51ba4&fname=strade_provinciali_prato.zip&access=private</gmd:URL> </gmd:linkage> <gmd:protocol> <gco:CharacterString>WWW:DOWNLOAD-1.0-http--download</gco:CharacterString> </gmd:protocol> <gmd:name> <gmx:MimeFileType xmlns:gmx="http://www.isotc211.org/2005/gmx" type="application/x-compressed">strade_provinciali_prato.zip</gmx:MimeFileType> </gmd:name> <gmd:description> <gco:CharacterString>File zip contenente lo shape file del dato</gco:CharacterString> </gmd:description> </gmd:CI_OnlineResource>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CKAN CSW parser only extracts a CharacterString child from
gmd:CI_OnlineResource/gmd:name
.When a gmx:MimeFileType is used instead, we may use both the
text()
and thetype
.E.g.:
The text was updated successfully, but these errors were encountered: