This is an alpha release and should be considered experimental.

### Build Notes ###
* The client srcml is dynamically linked to libsrcml.  Make sure to place the library in a location where it can be found automatically.
* Mint 17 may need a version of libcurl installed.


### Client Issues
* Losing network connection mid connection with a remote file can cause the client to lock up.
* --info and -i will only show xmlns and xmlns:cpp namespaces
* --prefix and -p can return prefix values associated with a uri even if it's not in use in the srcml document
* when using --no-xml-declaration in combination with --xml on a srcml document still shows xml declaration
* when using --no-namespace-decl in combination with --xml on a srcml document still shows namespace declaration
* --longinfo and -L will only show xmlns and xmlns:cpp namespaces
* --longinfo and -L will only show xmlns:cpp namespace even if it is not present in srcml archive header
* using --xml with a srcml xml file as input and -o or --output with a *.xml extension will throw an error.
* --apply-root doesn't copy down xmlns namespace
* parsing illformed xml will not necessarily fail without first outputting some data