click.echo("{} The XML returned from {} returned an xml.etree.ElementTree.ParseError. The response text from the Server was:\n{}".format(click.style('Error:',fg='red',bold=True),url,r.text))
exceptElementTree.ParseErrorase:
click.echo("{} The XML returned from {} couldn't be properly parsed. The response text from the Server was:\n{}".format(click.style('Error:',fg='red',bold=True),url,r.text))