Changeset 35931 for main


Ignore:
Timestamp:
2022-01-09T14:36:09+13:00 (2 years ago)
Author:
davidb
Message:

graphURI moved to header.xsl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/transform/layouts/header.xsl

    r35856 r35931  
    2020  <xsl:variable name="sparqlEndpoint3">http://localhost:4040</xsl:variable>
    2121
     22  <xsl:variable name="graphURI"><xsl:value-of select="$sparqlGraphBasePrefix"/><xsl:value-of select="$siteURL"/><xsl:value-of select="$library_name"/>/collection/<xsl:value-of select="$collName"/></xsl:variable>
     23 
    2224  <!--
    2325  <xsl:variable name="sparqlEndpointHostAndOptPort">so-we-must-think.space</xsl:variable>
     
    2729  <xsl:variable name="sparqlEndpointPrefix1">/greenstone3-lod</xsl:variable>
    2830  <xsl:variable name="sparqlEndpoint3">https://so-we-must-think.space/greenstone3-lod3</xsl:variable>
     31
     32  <xsl:variable name="graphURI"><xsl:value-of select="$sparqlGraphBasePrefix"/><xsl:value-of select="$siteURL"/><xsl:value-of select="$site_name"/>-library/collection/<xsl:value-of select="$collName"/></xsl:variable>
    2933  -->
    3034 
Note: See TracChangeset for help on using the changeset viewer.