File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,3 +16,16 @@ resources?
1616Just 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
Original file line number Diff line number Diff line change @@ -6,4 +6,16 @@ Please do not interpret this comment as objecting to your contribution (far from
66
77Just 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
You can’t perform that action at this time.
0 commit comments