Changeset 35841 for main


Ignore:
Timestamp:
2022-01-01T18:10:38+13:00 (2 years ago)
Author:
davidb
Message:

Fixed mistake in XML comment syntax. The default version of the file checked out assumes you are operating over localhost.

File:
1 edited

Legend:

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

    r35189 r35841  
    1313  <!-- Apache Jena Fuseki v3 -->
    1414 
    15   <xsl:variable name="sparqlEndpointHostAndOptPort">localhost:4040</xsl:variable> < ! - - **** External IP? ****- - >
    16   <xsl:variable name="sparqlGraphBasePrefix">http://localhost:8383</xsl:variable> < ! - - **** External IP? ****- - >
     15  <xsl:variable name="sparqlEndpointHostAndOptPort">localhost:4040</xsl:variable> <!-- **** External IP? **** -->
     16  <xsl:variable name="sparqlGraphBasePrefix">http://localhost:8383</xsl:variable> <!-- **** External IP? **** -->
    1717
    1818  <xsl:variable name="sparqlEndpointPrefix1"></xsl:variable>
    1919  <xsl:variable name="sparqlEndpointPrefix3"></xsl:variable>
    20   <xsl:variable name="sparqlEndpoint3">http://localhost:4040</xsl:variable>       < ! - - **** External IP ? **** - - >
     20  <xsl:variable name="sparqlEndpoint3">http://localhost:4040</xsl:variable>       <!-- **** External IP ? **** -->
    2121
    2222  <!--
Note: See TracChangeset for help on using the changeset viewer.