XML parsing – python
Posted in diveintopython, Excel, Python, TinySeqXML, Uncategorized, UnicodeEncodeError on Apr 12th, 2007
XML is a great way to organize information. I first learnt of the power of XML to systematize information when I used it to output a whole bunch of search results from NCBI in the Tinyseq XML format. Once I had this XML document , I could read it into Excel and then very easily [...]