Re: [docbook-apps] svg and <object> tag conflict

From
[ichael Nstermeier
Date
2004-03-19T14:23:55+00:00
ID
Thread
Re: [docbook-apps] svg and <object> tag conflict
Am Freitag, 19. M酺z 2004 15:26 schrieb Day, Troy L:
> (How can I create an embed tag for svg graphics without nesting it inside
> an <object> tag? )

hmm, don't know if this will help, but I used to embed svg into html like this:

        <iframe src="./foo.svgz" width="200" height="100" frameborder="0" marginwidth="0"  marginheight="0" >
            <embed src="./foo.svgz" width="200" height="100" />
        </iframe>

never tried this in a docbook-xsl-stylesheet though... never could render it in a browser other than IE... 

	greetings michael