Skip to content

Instantly share code, notes, and snippets.

@jessgusclark
Created April 18, 2016 19:28
Show Gist options
  • Save jessgusclark/e26b76b750a5487e41793273f07378f0 to your computer and use it in GitHub Desktop.
Save jessgusclark/e26b76b750a5487e41793273f07378f0 to your computer and use it in GitHub Desktop.
<!-- Display Journal content -->
<h3><xsl:value-of select="$page-content/document/ouc:properties/parameter[@name='database-name']" /></h3>
<p><xsl:value-of select="$page-content/document/ouc:properties/parameter[@name='database-description']" /></p>
<p><a href="{$page-content/ouc:properties[@label='config']/parameter[@name='database-url']}">Open Database</a></p>
<!-- GetTagsForPage function will get the tags associated with the data file -->
<xsl:call-template name="GetTagsForPage">
<xsl:with-param name="page-path" select="concat($data-folder,'/', $file-name)" />
</xsl:call-template>
<hr/>
<!-- FROM LoopThoughSortedList-Start.xsl on line 9 `if (@type=library-database)` -->
</xsl:if>
<!-- FROM LoopThoughtSortedList-Start.xsl on line 2 select="$sortedcopy/file" -->
</xsl:for-each>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment