<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: On the topic of GWT initialization</title>
	<atom:link href="http://www.vectomatic.org/lib-gwt-svg/on-the-topic-of-gwt-intialization/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vectomatic.org/lib-gwt-svg/on-the-topic-of-gwt-intialization</link>
	<description>standard dynamic 2D graphics in web browsers</description>
	<lastBuildDate>Fri, 02 Dec 2011 17:17:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.vectomatic.org/lib-gwt-svg/on-the-topic-of-gwt-intialization/comment-page-1#comment-3635</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 24 Mar 2011 21:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=60#comment-3635</guid>
		<description>Hi,
It is better to use the newsgroup to discuss such topics (lib-gwt-svg@googlegroups.com). 
With regards to the way the library works, it uses the fact that browser engines are capable of instantiating SVG elements from javascript (using document.createElementNS and DOMParser.parse), even though they are not able to parse them when they are embedded without namespace in an HTML document. 
However even that is changing with FF4 and IE9, which now have a parser which lets you embed SVG markup in your HTML5 markup (you just need to begin your document with the HTML5 doctype).
Lukas</description>
		<content:encoded><![CDATA[<p>Hi,<br />
It is better to use the newsgroup to discuss such topics (lib-gwt-svg@googlegroups.com).<br />
With regards to the way the library works, it uses the fact that browser engines are capable of instantiating SVG elements from javascript (using document.createElementNS and DOMParser.parse), even though they are not able to parse them when they are embedded without namespace in an HTML document.<br />
However even that is changing with FF4 and IE9, which now have a parser which lets you embed SVG markup in your HTML5 markup (you just need to begin your document with the HTML5 doctype).<br />
Lukas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parsh</title>
		<link>http://www.vectomatic.org/lib-gwt-svg/on-the-topic-of-gwt-intialization/comment-page-1#comment-3621</link>
		<dc:creator>Parsh</dc:creator>
		<pubDate>Wed, 23 Mar 2011 22:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=60#comment-3621</guid>
		<description>How is this achieved? SVG can be rendered to browsers as .XHTML or .XML. How is this library able to render SVG to HTML?

Unrelated not how about a simple down-loadable example to start using the jar like a tutorial? Are other examples found here down-loadable?

Thanks</description>
		<content:encoded><![CDATA[<p>How is this achieved? SVG can be rendered to browsers as .XHTML or .XML. How is this library able to render SVG to HTML?</p>
<p>Unrelated not how about a simple down-loadable example to start using the jar like a tutorial? Are other examples found here down-loadable?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

