xr.setErrorHandler( handler );
xr.parse( new InputSource( new ByteArrayInputStream( xmlResponse.getBytes( "UTF-8" ) ) ) );
}
catch ( SAXException e )
{
throw new BuzzParsingException( e );
}
catch ( IOException e )
{
throw new BuzzIOException( e );
}