Skip to content
  • If the content is not in the attribute, then do:

    <xsl:template match="/">
    
        <xsl:for-each select="distinct-values(//tei:place/tei:location/tei:country/text())">
          <xsl:sort/>
          <xsl:text>[ ] </xsl:text>
          <xsl:value-of select="."/>
          <xsl:text>&#xa;</xsl:text>
        </xsl:for-each>
    
    
      </xsl:template>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment