Aaron, I just went through some of these same issues - check out these web sites --- they will answer many of your issues. Look at namespace aware DOM2 requirements.
http://wiki.svg.org/Cross-Platform_Authoring http://jwatt.org/svg/authoring/ Regards, Jeff E. --- In [email protected], "Aaron Gray" <[EMAIL PROTECTED]> wrote: > > Yes it was FF, I cleared its cache and its now displaying a blank page. > > I did a telnet and checked the Content Type was there, so it had to be FF. > > Thanks. > > On to bug number two ... > > http://www.aarongray.org/Examples/SVG/ScriptedCircle.html > http://www.aarongray.org/Examples/SVG/ScriptedCircle.svg > > FF does not display a circle, IE7 and Opera do. > > It must be something pritty basic but I cannot see it :( > > Aaron > > ----- Original Message ----- > From: ddailey > To: [email protected] > Sent: Saturday, January 27, 2007 2:25 AM > Subject: Re: [svg-developers] Firefox problems > > > Aaron, > > My first guess, based on symptoms, and not seeing source code, would be that it might be client-side rather than > server side. If one doesn't specify namespaces in the svg tag, then Firefox and some other viewers, I think will not be happy... > > try something like > > <svg xmlns="http://www.w3.org/2000/svg" > xmlns:xlink="http://www.w3.org/1999/xlink" > and so forth...> > > for your <svg> tag > > DD > > [Non-text portions of this message have been removed] > > > > > > > ------------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.1.410 / Virus Database: 268.17.12/653 - Release Date: 26/01/2007 > > > [Non-text portions of this message have been removed] > ----- 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/

