<div class="gmail_quote">On Wed, Jan 27, 2010 at 2:03 PM, Silas Toms <span dir="ltr">&lt;<a href="mailto:me@silastoms.com">me@silastoms.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div link="blue" vlink="blue" lang="EN-US"><div><div>












<font face="Arial" size="2" color="navy"><span style="font-size: 10pt; font-family: Arial; color: navy;">I seem to be hitting the
twin limitations of my (lack of) knowledge of CGI and the sparseness of Python
CGI documentation with regards to the inclusion of SVG embeds or objects. Do
any of you have any information/documentation that you could point me towards?</span></font><br></div></div></div></blockquote></div><br>Silas - <br><br>Using CGI is pretty old school at this point and I suspect you&#39;d find better documentation if you looked at one of the modern frameworks on the Python Wiki Web Frameworks page (<a href="http://wiki.python.org/moin/WebFrameworks">http://wiki.python.org/moin/WebFrameworks</a>). <br>
<br>SVG on the other hand is a data standard for representing vector images in XML and has nothing to do with CGI or any other HTTP processing model. Perhaps you&#39;re trying to figure out how to get SVG images in HTML documents? You could start out with static HTML and a static SVG image. A List Apart just published a good overview of the browser support for various methods for getting SVG in HTML documents that you might find useful - Part 1 is at <a href="http://www.alistapart.com/articles/using-svg-for-flexible-scalable-and-fun-backgrounds-part-i/">http://www.alistapart.com/articles/using-svg-for-flexible-scalable-and-fun-backgrounds-part-i/</a> and part 2 is linked at the bottom of the page...<br>
<br>-regards<br>Simeon Franklin<br>