comparison emldown_templates/head.xsl @ 0:4a468c0c2260 draft default tip

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/main/tools-ecology/tools/make_data_paper_sketches commit 34f4e0604adc2a2ba4902ce6b8e6df2460eda292
author ecology
date Tue, 15 Oct 2024 20:33:32 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4a468c0c2260
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xsl:stylesheet version="1.0"
3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
4
5 <xsl:template name="head" match="/">
6
7 <head>
8 <title><xsl:value-of select="//dataset/title" /></title>
9 </head>
10 </xsl:template>
11 </xsl:stylesheet>