Changeset 2911


Ignore:
Timestamp:
05/22/13 03:51:15 (11 years ago)
Author:
mwindhouwer
Message:

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

  • added alternate links
File:
1 edited

Legend:

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

    r2907 r2911  
    6161                                <xsl:value-of select="@isocat:id"/>
    6262                        </atom:id>
    63                         <atom:link rel="self">
     63                        <atom:link rel="alternate" type="text/html">
    6464                                <xsl:attribute name="href">
    6565                                        <xsl:value-of select="isocat:rest(/history/dc)"/>
     
    105105                                </atom:updated>
    106106                        </xsl:if>
    107                         <atom:link rel="self">
     107                        <atom:link rel="self" type="application/atom+xml">
    108108                                <xsl:attribute name="href">
    109109                                        <xsl:value-of select="isocat:rest(dc)"/>
     110                                        <xsl:text>/history.atom</xsl:text>
     111                                </xsl:attribute>
     112                        </atom:link>
     113                        <atom:link rel="alternate" type="text/html">
     114                                <xsl:attribute name="href">
     115                                        <xsl:value-of select="isocat:rest(dc)"/>
     116                                        <xsl:text>/history</xsl:text>
    110117                                </xsl:attribute>
    111118                        </atom:link>
Note: See TracChangeset for help on using the changeset viewer.