What namespace declaration for included svg

I have a working svg defined as background image in my css ffile. So 
the svg gets displayed, but the link inside doesn't function.
In my html this is my declaration:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  "http://www.
w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
And this my svg declaration:
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org
/1999/xlink">
<?xml-stylesheet href="style.css" type="text/css"?>

Can someone enlighten me about the right declaration.

Regads,

Gerald

Received on Monday, 22 March 2010 18:40:11 UTC