Skip to content
New issue

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

Managing multiple individualName #53

Open
dportoles opened this issue Aug 15, 2024 · 0 comments
Open

Managing multiple individualName #53

dportoles opened this issue Aug 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dportoles
Copy link

Currently the XSLT raises an error when there are multiple individualName in ISO metadata for pointOfContact.

An example of metadata: https://www.idee.es/csw-codsi-idee/srv/spa/catalog.search#/metadata/AU_alava_downloadservice

Related code:
https://github.com/SEMICeu/iso-19139-to-dcat-ap/blob/master/iso-19139-to-dcat-ap.xsl#L1580

I have a workaround using only the first item and not PT_FreeText but I think it should be improved.

Changing previous line for:
<xsl:value-of select="normalize-space(gmd:individualName/*)"/>
for
<xsl:value-of select="normalize-space(gmd:individualName/gco:CharacterString)"/>

@jakubklimek jakubklimek added the enhancement New feature or request label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants