Skip to content

Commit f6cc371

Browse files
Dimandreasprlic
authored andcommitted
/* How do I convert an XML BLAST result into HTML page? */
1 parent 07ec452 commit f6cc371

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

_wikis/BioJava:CookBook:Blast:XML.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,9 @@ Here is an example of such transformation stylesheet:
368368
<xsl:value-of select="$char"/>
369369
</font>
370370
</xsl:when>
371+
<xsl:otherwise>
372+
<xsl:value-of select="$char"/>
373+
</xsl:otherwise>
371374

372375
</xsl:choose>
373376
</xsl:template>

_wikis/BioJava:CookBook:Blast:XML.mediawiki

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,9 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
377377
<xsl:value-of select="$char"/>
378378
</font>
379379
</xsl:when>
380+
<xsl:otherwise>
381+
<xsl:value-of select="$char"/>
382+
</xsl:otherwise>
380383
381384
</xsl:choose>
382385
</xsl:template>

0 commit comments

Comments
 (0)