Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 233 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 233 Bytes

CongressXML

XML-to-HTML converter for HouseXML and CatoXML.

Installation

Usage

import congressxml

html_tree = congressxml.convert_xml("bill.xml")

congressxml.write_html(html_tree, "bill.html")