Valid XHTML     Valid CSS2    

Listing du fichier uniprot2.xsl

 

00001     <xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version="1.0">
00002     <xsl:output method="text" encoding="ISO-8859-15"/>
00003     
00004     <xsl:template match="//*">
00005     <xsl:for-each select="*/*[@type='InterPro']" >
00006       <xsl:if test="name()='dbReference'">
00007               <xsl:value-of select="substring-after(@id,'IPR')" />
00008               <xsl:text> </xsl:text>
00009               <xsl:value-of select="*/@value" />
00010               <xsl:text> ; </xsl:text>
00011       </xsl:if>
00012     </xsl:for-each>
00013     </xsl:template>
00014     
00015     </xsl:stylesheet>

 

 

retour gH    Retour à la page principale de   (gH)