Comments on: Parsing and Generating XML in Python http://crushbeercrushcode.org/2013/03/parsing-and-generating-xml-in-python/ Tue, 26 Mar 2013 22:43:06 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Daniel Khatkar http://crushbeercrushcode.org/2013/03/parsing-and-generating-xml-in-python/#comment-56 Daniel Khatkar Fri, 22 Mar 2013 17:30:45 +0000 http://brogramming.org/?p=605#comment-56 I have only used the xml.dom library to be honest. I know there are many other libraries that can take care of parsing xml, but I was taught with xml.dom and haven’t even thought of looking for another library. That’s how easy I found it. Glad you enjoyed the article.

]]>
By: brendan http://crushbeercrushcode.org/2013/03/parsing-and-generating-xml-in-python/#comment-55 brendan Fri, 22 Mar 2013 16:32:10 +0000 http://brogramming.org/?p=605#comment-55 Any experience using the BeautifulSoup library? I’ve had some success using it to parse XML data but the xml.dom library looks much easier to use, and I’m wondering if you’re able to make a comparison. Great post!

]]>