FWIW, according to the w3c, iframe is the recommended way to include html and since svg is part of html5 and because use of object tags has fallen dramatically since plugins and flash has gone away, if you want non-static svg either place it directly in the xhtml file or use an iframe to embed it would be the most standards compliant. But be prepared for many many old e-readers to not work well in any case.
|