how to add more than one namespace reference to root?

When I am building an XmlWriter I can use the following to create the root node.

xw.WriteStartElement("svg", "http://www.w3.org/2000/svg");

How can I add another namespace reference to the root node eg

xmlns:xlink=http://www.w3.org/1999/xlink

Alternatively, is there xsl syntax that could do this via a transform

Thanks, Tad



Answer this question

how to add more than one namespace reference to root?