on error use function
this simple function that replace xlink:href value
<svg> <image xlink:href="path/to/image.jpg" onerror="this.setAttribute('xlink:href','path/to/alternate.png')" /> </svg>