Version: 3, Patch to add XML output for 'svn blame' * subversion/clients/cmdline/blame-cmd.c (print_blame_xml): New function for XML output (blame_receiver): Modified to check for XML option and process accordingly (print_header_xml): New function to print XML header (print_footer_xml): New function to print XML footer (svn_cl__blame): Modified for XML output * subversion/clients/cmdline/main.c (svn_cl__cmd_table[]): added --xml and --incremental options for blame * subversion/clients/cmdline/dtd/blame.dtd New dtd for blame --xml * subversion/tests/clients/cmdline/blame_tests.py (blame_in_xml): New test for blame --xml (test_list): added blame_in_xml