<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>DOMForm</name>
<shortdesc>Client-side HTML processing with JavaScript support.</shortdesc>
<description>DOMForm is a Python module for web scraping and web testing.  It knows how
to evaluate embedded JavaScript code in response to appropriate events.
DOMForm supports both the ClientForm HTML form interface and the HTML DOM level
2 interface (note that ATM the DOM is written to an out-of-date version of the
specification, and has some hacks to get it to work with 'DOM as deployed').
The ClientForm interface makes it easy to parse HTML forms, fill them in and
return them to the server.  The DOM interface makes it easy to get at other
parts of the document, and makes JavaScript support possible.  The ability to
switch back and forth between the two interfaces allows simpler code than would
result from using either interface alone.  DOMForm is partly derived from
several third-party libraries.  JavaScript support currently depends on
Mozilla's GPLed spidermonkey JavaScript interpreter (which is available
separately from Mozilla itself) and python-spidermonkey.</description>
<download-page>http://wwwsearch.sourceforge.net/DOMForm/src/DOMForm-0.0.1a.tar.gz</download-page>
<homepage rdf:resource="http://wwwsearch.sourceforge.net/DOMForm/" />
<maintainer><foaf:Person><foaf:name>John J. Lee</foaf:name>
<foaf:mbox_sha1sum>6de18c3c6a50fbc5e2a9b065803185de4ad0f9cb</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.0.1a</revision></Version></release>
</Project></rdf:RDF>