OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


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


Am Freitag, 19. März 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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]