On 9/27/07, <b class="gmail_sendername">Mats Bengtsson</b> &lt;<a href="mailto:matben@privat.utfors.se">matben@privat.utfors.se</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
While I was trying to implement the SVG graphics model in my whiteboard<br>I was getting problems with elements that have an external reference.<br>In short, SVG images typically have a xlink:href attribute with a HTTP<br>
link which wont work in a XMPP environment with p2p interaction due to<br>NATs, firewalls etc. A typical SVG image element looks like:<br><br>&lt;image x=&#39;32.0&#39; y=&#39;32.0&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xlink:href=&#39;<a href="http://192.168.0.3:8077/blender.png">
http://192.168.0.3:8077/blender.png</a>&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id=&#39;158229644&#39; width=&#39;128&#39; height=&#39;128&#39;/&gt;<br><br>Putting an ibb element as a child is not an option.</blockquote><div><br>It should be the same as 
<a href="http://wiki.jabber.org/index.php/XHTML_Inband_Images">http://wiki.jabber.org/index.php/XHTML_Inband_Images</a> surely?<br><br>I&#39;m not saying that the wiki page is better or worse than your proposal (I haven&#39;t digested either in much depth), I just feel that they should be done in the same way.
<br clear="all"></div></div><br>-- <br>- Norman Rasmussen<br> - Email: <a href="mailto:norman@rasmussen.co.za">norman@rasmussen.co.za</a><br> - Home page: <a href="http://norman.rasmussen.co.za/">http://norman.rasmussen.co.za/
</a>