<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
                xmlns:tei="http://www.tei-c.org/ns/1.0" 
                xmlns:ct="http://www.comhartaighde.com/ns/1.0" 
                exclude-result-prefixes="tei ct"
                version="1.0">
    

<xsl:template match="nasc">
    <a href="{@sprioc}" target="_blank"><xsl:apply-templates /></a>
</xsl:template>
    
<xsl:template match="tagairt">
    <a class="citation" href="{@sprioc}"><xsl:apply-templates /></a>
</xsl:template> 
    
<!--<xsl:template match="ref[@type='endnote']">
    <a class="endnote" href="{@target}"><sup><xsl:apply-templates /></sup></a>
</xsl:template>-->    
    
<xsl:template match="logainm">
    <a class="placename" target="_blank" href="{@sprioc}"><xsl:apply-templates /></a>
</xsl:template> 
    
<xsl:template match="duine">
    <a class="biography" target="_blank" href="{@beathaisnéis}"><xsl:apply-templates /></a>
</xsl:template>
    
    
</xsl:stylesheet>