summaryrefslogtreecommitdiffstats
path: root/packaging/get-title.xsl
blob: d89597a3124d305255c59dde442e29f4c04cdf5a (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <xsl:output omit-xml-declaration="yes" preserve-space="no" encoding="UTF-8"
    indent="no" method="text"/>
  <xsl:template match="*">
    <xsl:value-of select="/rpm-info/title"/>
  </xsl:template>
</xsl:stylesheet>