Browse Source

Merge pull request #79 from rwincewicz/6.x

Removed object labels from the URLs created in sparql_to_html.xsl to pre...
pull/81/merge
Ben Woodhead 13 years ago
parent
commit
ed1e810362
  1. 2
      xsl/sparql_to_html.xsl

2
xsl/sparql_to_html.xsl

@ -173,7 +173,7 @@
<xsl:otherwise>
<!--the below is an example of going straight to a datastream instead of the details page.
<xsl:value-of select="$BASEURL"/>/fedora/repository/<xsl:copy-of select="$PID"/>/OBJ/<xsl:value-of select="s:title"/>-->
<xsl:value-of select="$BASEURL"/>/fedora/repository/<xsl:copy-of select="$PID"/>/-/<xsl:value-of select="$cleanTitle"/>
<xsl:value-of select="$BASEURL"/>/fedora/repository/<xsl:copy-of select="$PID"/>
</xsl:otherwise>
</xsl:choose>
<xsl:value-of select="s:content"/>

Loading…
Cancel
Save