HTML / 要素 / svg / image / JS で画像を切り替える

<image id="hoge" xlink:href="hoge.jpg" ... />
document.getElementById("hoge").setAttributeNS('http://www.w3.org/1999/xlink', 'xlink:href', "piyo.jpg");