Skip to content

Commit

Permalink
Render ldh:seriesVarName as multi-select
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 15, 2024
1 parent a879e6f commit 202592e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ exclude-result-prefixes="#all">
</xsl:if>
</xsl:template>

<xsl:template match="ldh:categoryVarName/text() | ldh:categoryVarName/@rdf:nodeID[key('resource', .)/rdf:type/@rdf:resource = '&xsd;string']" mode="bs2:FormControl" priority="1">
<xsl:template match="ldh:seriesVarName/text() | ldh:seriesVarName/@rdf:nodeID[key('resource', .)/rdf:type/@rdf:resource = '&xsd;string']" mode="bs2:FormControl" priority="1">
<xsl:param name="type-label" select="true()" as="xs:boolean"/>
<xsl:variable name="this" select="../concat(namespace-uri(), local-name())" as="xs:string"/>
<xsl:variable name="properties" select="../../*[concat(namespace-uri(), local-name()) = $this]" as="element()*"/>
Expand Down

0 comments on commit 202592e

Please sign in to comment.