﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-豆沙包-最新评论</title><link>http://www.blogjava.net/carob/CommentsRSS.aspx</link><description>…… …… 所学 所写 所想 所做 所悟…… …… </description><language>zh-cn</language><pubDate>Sun, 20 Aug 2006 14:30:00 GMT</pubDate><lastBuildDate>Sun, 20 Aug 2006 14:30:00 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: SVG 嵌入 HTML页面的几种方式</title><link>http://www.blogjava.net/carob/archive/2009/05/07/64450.html#269391</link><dc:creator>bigch</dc:creator><author>bigch</author><pubDate>Thu, 07 May 2009 04:49:00 GMT</pubDate><guid>http://www.blogjava.net/carob/archive/2009/05/07/64450.html#269391</guid><description><![CDATA[&lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot; ?&gt;<br>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;<br>      &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;" target="_new" rel="nofollow">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;</a> &gt;<br><br>&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml&quot;" target="_new" rel="nofollow">http://www.w3.org/1999/xhtml&quot;</a>  <br>      xmlns:svg=&quot;<a href="<a href="http://www.w3.org/2000/svg&quot;" target="_new" rel="nofollow">http://www.w3.org/2000/svg&quot;</a>&gt;" target="_new" rel="nofollow"><a href="http://www.w3.org/2000/svg&quot;" target="_new" rel="nofollow">http://www.w3.org/2000/svg&quot;</a>&gt;</a><br> &lt;head&gt;<br>  &lt;title&gt;SVG within XHTML Demo&lt;/title&gt;<br> &lt;/head&gt;<br> &lt;body&gt;<br><br>  &lt;p&gt; You can embed SVG into XHTML, provided that your browser natively implements<br>SVG. E.g. Firefox 1.5 supports most of static SVG.<br>  &lt;/p&gt;<br><br>  The SVG part starts below &lt;hr /&gt;<br><br>  &lt;svg xmlns=&quot;<a href="http://www.w3.org/2000/svg&quot;" target="_new" rel="nofollow">http://www.w3.org/2000/svg&quot;</a> version=&quot;1.1&quot; width=&quot;400&quot; height=&quot;300&quot;&gt;<br>   &lt;!-- un petit rectangle avec des coins arroundis  --&gt;<br>   &lt;rect x=&quot;50&quot; y=&quot;50&quot; rx=&quot;5&quot; ry=&quot;5&quot; width=&quot;300&quot; height=&quot;100&quot; style=&quot;fill:#CCCCFF;stroke:#000099&quot;/&gt;<br>   &lt;!-- un texte au meme endroit --&gt;<br>   &lt;text x=&quot;55&quot; y=&quot;90&quot; style=&quot;stroke:#000099;fill:#000099;font-size:24;&quot;&gt;<br>    HELLO cher visiteur <br>   &lt;/text&gt;<br>  &lt;/svg&gt;<br><br>  &lt;hr /&gt;<br>  The SVG part ended above<br>&lt;/body&gt;<br>&lt;/html&gt;<br><br><img src ="http://www.blogjava.net/carob/aggbug/269391.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/carob/" target="_blank">bigch</a> 2009-05-07 12:49 <a href="http://www.blogjava.net/carob/archive/2009/05/07/64450.html#269391#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>