--- In [email protected], "Aaron Gray" <[EMAIL PROTECTED]> wrote:
> Can SVG be included in a XHTML file without the need for object or embed ? > > If so how do I do this, could you point me to an example or provide a snippet of code ? > > Also can this be generated with DOM ? Yes, with Mozilla and Opera if you make sure you send the XHTML document with an XML MIME type like application/xml and then make sure you use namespace aware DOM methods to create the SVG then it is possible: <http://home.arcor.de/martin.honnen/svg/test2007012201.xml> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

