Benni: Problem SVG nach Hochladen

Beitrag lesen

Hallo, ich habe ein Problem zu SVG. Nach dem Hochladen einer SVG-Datei ist diese nicht mehr funktionsfähig. Der Befehl "xlink" wird nicht akzeptiert. Hier mal der Quelltext:

<?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <svg width="512" height="384" xmlns="http://www.w3.org/2000/svg">
<image x="0" y="0" width="512px" height="384px" xlink:href="bes0.jpg" />
<a xlink:href="a1.svg"> <polygon fill="#DBAA66" stroke="#80883" opacity="0" points="78 236, 65 258, 79 253, 107 329, 134 309, 89 250, 109 249"><animate attributeName="opacity" begin="mouseover" dur="100ms" from="0" to="1" fill="freeze" /><animate attributeName="opacity" begin="mouseout" dur="100ms" from="1" to="0" fill="freeze" /></polygon></a>
<a xlink:href="a49.svg"> <polygon fill="#DCF5GG" stroke="#33DC58" opacity="0" points="423 201, 397 218, 419 212, 290 310, 446 317, 426 212, 441 216"><animate attributeName="opacity" begin="mouseover" dur="100ms" from="0" to="1" fill="freeze" /><animate attributeName="opacity" begin="mouseout" dur="100ms" from="1" to="0" fill="freeze" /></polygon></a></svg>

Im Offline-Modus funktioniert alles einwandfrei. Was mache ich falsch?
Gruß Benni
.