Hi,
I'm trying to create some mixed HTML/SVG content and having some trouble. The HTML content shows up as expected, but the inline SVG does not. So, I do some experiments.
I find sites which have examples of inline SVG, and they render correctly on my system. So, I "view page source" and copy/paste the HTML/SVG into another local file, and open this file in Firefox. No inline SVG is visible.
I also tried the same experiment with Chrome, same results.
What might I be missing?
Update
Slight change in identity on my part: k montgomery -> kmontgom on use of OpenID.
Anyway thanks to all those who answered. The best solution was in setting the Response.ContentType; this lets me continue on with the WebForms approach for now.
I had contemplated making pure XHTML content in .xml files and using ASP.NET MVC to serve up that content. I may end up doing that in the future.
Now, onward with jQuery, SVG, and making the thing do something.
Thanks for all the help.