This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]