Linux copy (cp)

In order to copy all xml files from one directory to another without overwriting existing files with the same name:
cp -vnpr /source/*.xml /destination