Valid XHTML     Valid CSS2    

Listing du fichier uniprot1.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="position()=1">
00007       <xsl:if test="name()='dbReference'">
00008               <xsl:value-of select="substring-after(@id,'IPR')" />
00009       </xsl:if>
00010       </xsl:if>
00011     </xsl:for-each>
00012     </xsl:template>
00013     
00014     </xsl:stylesheet>

 

 

retour gH    Retour à la page principale de   (gH)