Skip to content

Commit

Permalink
adding publisher node
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed Feb 13, 2024
1 parent 89d8f70 commit 8ccfd67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xslt/software/xslt-software-transformation.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<xsl:value-of select="root/result/description"/>
</zbmath:description>

<zbmath:publisher>
<xsl:value-of select="root/result/homepage"/>
</zbmath:publisher>


<xsl:for-each select="root/result/classification">
<subject><xsl:value-of select="."/></subject>
Expand Down

0 comments on commit 8ccfd67

Please sign in to comment.