Skip to content

Commit

Permalink
Standard / ISO / DCAT formatters / Assume individual name is not mult…
Browse files Browse the repository at this point in the history
…ilingual. Use first CharacterString or Anchor text element.
  • Loading branch information
fxprunayre committed Apr 5, 2024
1 parent 6bf9b39 commit ca31608
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<xsl:template name="rdf-contact-foaf">
<xsl:variable name="individualName"
as="xs:string?"
select="cit:individual/*/cit:name/*/text()"/>
select="(cit:individual/*/cit:name/*/text())[1]"/>
<xsl:variable name="isindividual"
as="xs:boolean"
select="$individualName != ''"/>
Expand Down

0 comments on commit ca31608

Please sign in to comment.