ZSH recursive globbing to the rescue!
Invoke zsh:
zsh
Be sure you're in the dir you intend to be in:
cd wherever
List first:
ls **/*.xml
Remove:
rm **/*.xml
I'll resist the strong temptation to bash on bash
, and just point to the relevant zsh docs on the topic here.