<?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: TagSoup</title>
	<atom:link href="http://cafe.elharo.com/uncategorized/tagsoup/feed/" rel="self" type="application/rss+xml" />
	<link>http://cafe.elharo.com/web/refactoring-html/tagsoup/</link>
	<description>Longer than a blog; shorter than a book</description>
	<lastBuildDate>Tue, 09 Mar 2010 18:31:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Timothy (TRiG)</title>
		<link>http://cafe.elharo.com/web/refactoring-html/tagsoup/comment-page-1/#comment-465852</link>
		<dc:creator>Timothy (TRiG)</dc:creator>
		<pubDate>Tue, 02 Mar 2010 15:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/uncategorized/tagsoup/#comment-465852</guid>
		<description>How does it compare with &lt;a href=&quot;http://htmlpurifier.org&quot; rel=&quot;nofollow&quot;&gt;HTML Purifier&lt;/a&gt;?

TRiG.</description>
		<content:encoded><![CDATA[<p>How does it compare with <a href="http://htmlpurifier.org" rel="nofollow">HTML Purifier</a>?</p>
<p>TRiG.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naveen</title>
		<link>http://cafe.elharo.com/web/refactoring-html/tagsoup/comment-page-1/#comment-280952</link>
		<dc:creator>naveen</dc:creator>
		<pubDate>Fri, 05 Sep 2008 12:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/uncategorized/tagsoup/#comment-280952</guid>
		<description>hi, am unable to access the file tagsoup-1.2.jar

the command that i gave is 
c:\&gt;java -jar tagsoup-1.2.jar --html test.html

i also tried with
c:\&gt;java -jar tagsoup-1.2 --html test.html

the jar file is inside java /lib/tagsoup-1.2.jar


how do i start working with tagsoup??</description>
		<content:encoded><![CDATA[<p>hi, am unable to access the file tagsoup-1.2.jar</p>
<p>the command that i gave is<br />
c:\&gt;java -jar tagsoup-1.2.jar &#8211;html test.html</p>
<p>i also tried with<br />
c:\&gt;java -jar tagsoup-1.2 &#8211;html test.html</p>
<p>the jar file is inside java /lib/tagsoup-1.2.jar</p>
<p>how do i start working with tagsoup??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SpudTater</title>
		<link>http://cafe.elharo.com/web/refactoring-html/tagsoup/comment-page-1/#comment-253674</link>
		<dc:creator>SpudTater</dc:creator>
		<pubDate>Tue, 29 Jul 2008 09:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/uncategorized/tagsoup/#comment-253674</guid>
		<description>&gt; &lt;i&gt;It uses start-tag and end-tag pairs for empty elements such as br and hr, which may confuse some older browsers&lt;/i&gt;

Not only that, but this is invalid according to the W3C validator. Does anybody know if this behaviour can be changed when using TagSoup as a library, and if so, how?</description>
		<content:encoded><![CDATA[<p>&gt; <i>It uses start-tag and end-tag pairs for empty elements such as br and hr, which may confuse some older browsers</i></p>
<p>Not only that, but this is invalid according to the W3C validator. Does anybody know if this behaviour can be changed when using TagSoup as a library, and if so, how?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ewa</title>
		<link>http://cafe.elharo.com/web/refactoring-html/tagsoup/comment-page-1/#comment-244597</link>
		<dc:creator>Ewa</dc:creator>
		<pubDate>Fri, 04 Jul 2008 08:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/uncategorized/tagsoup/#comment-244597</guid>
		<description>You can also use TagSoup in XMLSpy. Here is a blog entry which describes how to integrate TagSoup as external tool in the XML editor: http://www.spycomponents.com/sphpblog/index.php?m=07&amp;y=08&amp;entry=entry080702-211603

Regards</description>
		<content:encoded><![CDATA[<p>You can also use TagSoup in XMLSpy. Here is a blog entry which describes how to integrate TagSoup as external tool in the XML editor: <a href="http://www.spycomponents.com/sphpblog/index.php?m=07&amp;y=08&amp;entry=entry080702-211603" rel="nofollow">http://www.spycomponents.com/sphpblog/index.php?m=07&amp;y=08&amp;entry=entry080702-211603</a></p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Cowan</title>
		<link>http://cafe.elharo.com/web/refactoring-html/tagsoup/comment-page-1/#comment-242463</link>
		<dc:creator>John Cowan</dc:creator>
		<pubDate>Fri, 27 Jun 2008 15:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/uncategorized/tagsoup/#comment-242463</guid>
		<description>I&#039;d also point out the existence of TSaxon (TagSoup + XSLT) and the fact that, unlike Tidy, TagSoup can&#039;t loop no matter how bad the input is -- you always get output.  This makes it extremely robust in a pipeline that needs to process billyuns and billyuns of documents.</description>
		<content:encoded><![CDATA[<p>I&#8217;d also point out the existence of TSaxon (TagSoup + XSLT) and the fact that, unlike Tidy, TagSoup can&#8217;t loop no matter how bad the input is &#8212; you always get output.  This makes it extremely robust in a pipeline that needs to process billyuns and billyuns of documents.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
