in reply to Re: How To Parse a BLAST data file
in thread How To Parse a BLAST data file
Refer to this tutorial.
Um, no, XML::Parser is very low level. The standard way to parse XML is DOM + XPATH, say using XML::Twig, XML::LibXML, Mojo::DOM ... see Re: The best module for handling xml for examples, walkthroughs, follow my links and the links they link, like these Re: How to grab a portion of file with regex (don't)(parsing html/xml with xpath/twig/dom, because html::parser is low level), Re: How to grab a portion of file with regex (parsing html/xml with xpath/twig/dom, because xml::parser is low level), Re^4: How to grab a portion of file with regex (parsing html/xml with xpath/twig/dom, because ::parser is low level)
|
|---|