Skip to content

Commit

Permalink
adding title node
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed Feb 13, 2024
1 parent 28eaee7 commit 4e6c4c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xslt/software/xslt-software-transformation.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<zbmath:creator>
<xsl:value-of select="root/result/authors"/>
</zbmath:creator>
<zbmath:title>
<xsl:value-of select="root/result/name"/>
</zbmath:title>
</resource>
</xsl:template>
</xsl:stylesheet>

0 comments on commit 4e6c4c0

Please sign in to comment.