<?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: LZ77 JavaScript Compressor Reloaded</title>
	<atom:link href="http://blog.java2script.org/2006/09/03/lz77-javascript-compressor-reloaded/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.java2script.org/2006/09/03/lz77-javascript-compressor-reloaded/</link>
	<description>Reusing existed Java codes into JavaScripts</description>
	<lastBuildDate>Wed, 01 Feb 2012 08:22:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: antimatter15</title>
		<link>http://blog.java2script.org/2006/09/03/lz77-javascript-compressor-reloaded/#comment-5735</link>
		<dc:creator>antimatter15</dc:creator>
		<pubDate>Sun, 01 Aug 2010 13:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://j2s.sourceforge.net/blog/2006/09/03/lz77-javascript-compressor-reloaded/#comment-5735</guid>
		<description>Is there anywhere I can find the source code of this?</description>
		<content:encoded><![CDATA[<p>Is there anywhere I can find the source code of this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamera Sistemleri</title>
		<link>http://blog.java2script.org/2006/09/03/lz77-javascript-compressor-reloaded/#comment-5560</link>
		<dc:creator>Kamera Sistemleri</dc:creator>
		<pubDate>Wed, 25 Feb 2009 07:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://j2s.sourceforge.net/blog/2006/09/03/lz77-javascript-compressor-reloaded/#comment-5560</guid>
		<description>thanks...</description>
		<content:encoded><![CDATA[<p>thanks...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zhou Renjian</title>
		<link>http://blog.java2script.org/2006/09/03/lz77-javascript-compressor-reloaded/#comment-344</link>
		<dc:creator>Zhou Renjian</dc:creator>
		<pubDate>Thu, 07 Sep 2006 14:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://j2s.sourceforge.net/blog/2006/09/03/lz77-javascript-compressor-reloaded/#comment-344</guid>
		<description>Hi Bart,

Thanks for pointing out the bug. It&#039;s a bug of client side code.

The client does not encode the JavaScript source before sending to server, so the server does not get the correct JavaScript source and won&#039;t return correct compressed JavaScript.

Now the bug is fixed.</description>
		<content:encoded><![CDATA[<p>Hi Bart,</p>
<p>Thanks for pointing out the bug. It's a bug of client side code.</p>
<p>The client does not encode the JavaScript source before sending to server, so the server does not get the correct JavaScript source and won't return correct compressed JavaScript.</p>
<p>Now the bug is fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart Guijt</title>
		<link>http://blog.java2script.org/2006/09/03/lz77-javascript-compressor-reloaded/#comment-342</link>
		<dc:creator>Bart Guijt</dc:creator>
		<pubDate>Wed, 06 Sep 2006 15:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://j2s.sourceforge.net/blog/2006/09/03/lz77-javascript-compressor-reloaded/#comment-342</guid>
		<description>Hi,

I tried the compressor (interesting way to compress code!) and stumbled upon the following bug: The compression halts at an occurrance of &#039;&amp;&amp;&#039; in the sourcefile.

I don&#039;t know whether it is because of the webpage or the servlet, but I figured you might be interested to know ;-)

Ciao,
Bart</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried the compressor (interesting way to compress code!) and stumbled upon the following bug: The compression halts at an occurrance of '&amp;&amp;' in the sourcefile.</p>
<p>I don't know whether it is because of the webpage or the servlet, but I figured you might be interested to know <img src='http://blog.java2script.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Ciao,<br />
Bart</p>
]]></content:encoded>
	</item>
</channel>
</rss>

