While on the subject of in-line SVG, I was able to do lots of things (filters, ellipses, animation. etc.), but one relatively simple thing has eluded me:
<svg:image id="qqq" x="30" y="0" width="240" height="300" xlink:href="p.jpg" /> doesn't seem to work in-line, even though <image id="qqq" x="30" y="0" width="240" height="300" xlink:href="p.jpg" /> works just fine in a standalone SVG document. The context I'm using is provided by Jonathan Watt's example at http://jwatt.org/svg/demos/xhtml-with-inline-svg.xhtml (including the xml namespace declarations and the object's classid and the doctype and so forth). I also tried <xlink:image> instead of <svg:image> thinking that might do it, as well as various incantations that I thought might import the Adobe xlink namespace, but my efforts remind me a bit of the JCL cards I used to put in front of my Fortran decks (so far as I could tell they were only there to keep the people who handled my card deck and printouts happy). It has always seemed a bit unfortunate to me that computing so frequently involves computers. Thanks in advance, David ------------------------ Yahoo! Groups Sponsor --------------------~--> Protect your PC from spy ware with award winning anti spy technology. It's free. http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- 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/ <*> 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/

