From 8506951fe7c9293e39a7d13ef45b84bf2100972f Mon Sep 17 00:00:00 2001 From: James Spurin Date: Tue, 28 Jun 2016 09:39:19 +0100 Subject: [PATCH] Add xmldataset To 'Libraries for working with HTML and XML' https://xmldataset.readthedocs.io --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64b38e2f..5d06c346 100644 --- a/README.md +++ b/README.md @@ -663,6 +663,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pyquery](https://github.com/gawel/pyquery) - A jQuery-like library for parsing HTML. * [untangle](https://github.com/stchris/untangle) - Converts XML documents to Python objects for easy access. * [xhtml2pdf](https://github.com/xhtml2pdf/xhtml2pdf) - HTML/CSS to PDF converter. +* [xmldataset](https://xmldataset.readthedocs.io) - Simple XML Parsing. * [xmltodict](https://github.com/martinblech/xmltodict) - Working with XML feel like you are working with JSON. ## Web Crawling