Changeset 2907


Ignore:
Timestamp:
05/21/13 08:58:37 (11 years ago)
Author:
mwindhouwer
Message:

M mod-ISOcat-interface-rest/representations/atom/DC-history.xsl

  • fixed links
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/mod-ISOcat-interface-rest/representations/atom/DC-history.xsl

    r2906 r2907  
    6262                        </atom:id>
    6363                        <atom:link rel="self">
    64                                 <xsl:value-of select="isocat:rest(/history/dc)"/>
    65                                 <xsl:text>/history#c</xsl:text>
    66                                 <xsl:value-of select="@isocat:id"/>
     64                                <xsl:attribute name="href">
     65                                        <xsl:value-of select="isocat:rest(/history/dc)"/>
     66                                        <xsl:text>/history#c</xsl:text>
     67                                        <xsl:value-of select="@isocat:id"/>
     68                                </xsl:attribute>
    6769                        </atom:link>
    6870                        <atom:title>
     
    104106                        </xsl:if>
    105107                        <atom:link rel="self">
    106                                 <xsl:value-of select="isocat:rest(dc)"/>
     108                                <xsl:attribute name="href">
     109                                        <xsl:value-of select="isocat:rest(dc)"/>
     110                                </xsl:attribute>
    107111                        </atom:link>
    108112                        <xsl:apply-templates select="change">
Note: See TracChangeset for help on using the changeset viewer.