We are trying to use React for a SVG document. But we are facing problems for namespaced attributes. For instance, this element cant be constructed with React: <code> ``` <image xlink:href="firefox.jpg" x="0" y="0" height="50px" width="50px"/> ``` </code> We cant build a JSX for a xmlns:xlink attribute. Is there any way to solve this?