1 <svg xmlns=
"http://www.w3.org/2000/svg"
2 xmlns:
xlink=
"http://www.w3.org/1999/xlink"
3 xmlns:
xul=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
6 <script type=
"text/javascript">
10 document.getElementById(
"b").style.position =
"absolute";
11 document.getElementById(
"a").style.color =
"green";
17 <g id=
"a"><xul:listbox/></g>
20 <g id=
"b"><use xlink:
href=
"#a"/></g>