How to display SVG documents on Domino 6.5 in IE10

I have a company intranet form that calls and displays a SVG document, on the fly, based on a selection from a dialog list. The image renders properly on older IE browsers through IE8. How can I modify these SVG documents to display in IE10? The company intranet is on Domino 6.5.

Thanks for any help.

Subject: How to display SVG documents on Domino 6.5 in IE10

Is the SVG document properly namespaced? The opening tag should look something like:

The namespace and xlink are not optional in “modern” browsers.

Subject: RE: How to display SVG documents on Domino 6.5 in IE10

Thank you! This worked.

Subject: RE: How to display SVG documents on Domino 6.5 in IE10

Thank you! I will try that.