Entering edit mode
13.7 years ago
Yann
▴
70
I would like to display a blast result in a jsp or html by parsing the xml result of blast without using BioJava? how can I do that?
parsing XML and echoing it ? there is no need for BioJava here.
What's the provenance of your blast result ? is it a DOM document in memory ? or is it a flat file stored on your computer ? Do you just want to print the XML in some HTML or do you want to redirect the user to the blast-XML file ?
Any particular reason not to use BioJava?
Do you real need to use the XML format? You could simply echo the default text format.