> Dear all, > > Anyone knows if BLAST support XML API and where I can > find the XML schema for BLAST search. Anyone got some > sample codes (including search input and output in XML > format) > > Regards, > Scott My experience with BLAST xml output is that it is easier to hard code the parser, The XML parser is difficult to use and hard to debug. Junwen