Skip to content

Commit 0bc78cb

Browse files
Dimandreasprlic
authored andcommitted
The problem is that thre is no flexible xml -> html generation in biojava...
1 parent 06232f4 commit 0bc78cb

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

_wikis/BioJava_talk:CookBook:Blast:XML.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,16 @@ resources?
1616
Just my own .02 cents and I am open to discuss this ;-)
1717

1818
--[Foisys](User:Foisys "wikilink") 15:11, 23 July 2007 (EDT)
19+
20+
The problem is that thre is no flexible xml -\> html generation in biojava...
21+
-----------------------------------------------------------------------------
22+
23+
Hello! If someone is interested I could post how to make it using
24+
BioJava classes. The main problem is that the parser biojava uses is not
25+
made for html generation. There is a parser that one can use to parse a
26+
plain biojava result file and generate SAX event, so you can pass it to
27+
html generator. It works sloooow (IMHO) and not as flexible as to apply
28+
xsl. I'm looking for a way to do the same for FASTA format... any idea?
29+
Cheers,
30+
31+
Dmitry

_wikis/BioJava_talk:CookBook:Blast:XML.mediawiki

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,16 @@ Please do not interpret this comment as objecting to your contribution (far from
66

77
Just my own .02 cents and I am open to discuss this ;-)
88

9-
--[[User:Foisys|Foisys]] 15:11, 23 July 2007 (EDT)
9+
--[[User:Foisys|Foisys]] 15:11, 23 July 2007 (EDT)
10+
11+
== The problem is that thre is no flexible xml -> html generation in biojava... ==
12+
13+
Hello!
14+
If someone is interested I could post how to make it using BioJava classes.
15+
The main problem is that the parser biojava uses is not made for html generation.
16+
There is a parser that one can use to parse a plain biojava result file and generate SAX event, so
17+
you can pass it to html generator. It works sloooow (IMHO) and not as flexible as to apply xsl.
18+
I'm looking for a way to do the same for FASTA format... any idea?
19+
Cheers,
20+
21+
Dmitry

0 commit comments

Comments
 (0)