RXML: Remove line feeds from the "base64" encoding. RFC 4648 3.1 requires that base64 encodings must not add line feeds unless specifically directed to do so. Adds encoding "base64mime" with the old behavior (ie enforcing a maximum line length of 76 characters). CAVEAT EMPTOR: This change of behavior is incompatible with older versions of Roxen. Fixes [WS-43].