moved everything into /trunk/ to create the standard svn layout, for use with tools that require this (eg. git-svn). IMPORTANT: do NOT do an `svn up`. instead, re-use your working copy's existing files with `svn switch` (http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.switch.html).
Moved parse_str() from xml_dom.py to xml_parse.py
streams.py: CaptureStream: Get each match as a separate array elem instead of concatenated together
digir_client: Output profiling information
digir_client: Import http to take advantage of httplib modifications to deal with IncompleteRead errors
digir_client: Fixed bug where chunk size was being adjusted even if count == None (indicating no determinable last chunk), causing a type mismatch between None and the integer total
digir_client: Made chunk_size a configurable env var. Removed schema env var because schema is always the same for DiGIR (can be different for TAPIR). Make sure output ends in a newline so that consecutive XML documents are on different lines.
digir_client: Fixed bug where chunk_size records would always be retrieved even in the last chunk, which ignored any manual count the user might have set via the "n" option
digir_client: Repeatedly retrieve data in chunks. Provide match count. Added section comments.
digir_client: Use new streams.copy() to copy returned data to stdout
digir_client: Label debugging output
digir_client: Capture diagnostics for later use in determining next start/count values
digir_client: Made schema customizable
digir_client: Set header sendTime, source dynamically. In debug mode, print the request XML.
digir_client: Filter by darwin:Kingdom=PLANTAE because presumably all records will have this. Don't debug-print URL.
Added initial bin/digir_client