Imported Upstream version 17.21.0
[platform/upstream/libzypp.git] / tests / parser / yum / data / patches.xsl
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!-- Edited with XML Spy v2007 (http://www.altova.com) -->
3 <xsl:stylesheet xmlns:suse="http://novell.com/package/metadata/suse/patches" version="1.0"
4 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
5 <xsl:template match="/">  
6   <xsl:for-each select="patches/patch">
7     <xsl:value-of select="@id"/>    <br/>
8     <xsl:value-of select="checksum/@type"/><br/>
9     <xsl:value-of select="checksum"/><br/>
10     <xsl:value-of select="location/@href"/><br/>
11   </xsl:for-each>
12 </xsl:template>
13 </xsl:stylesheet>