<?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: XML Parsing</title>
	<atom:link href="http://javablog.co.uk/2007/03/29/xml-parsing/feed/" rel="self" type="application/rss+xml" />
	<link>http://javablog.co.uk/2007/03/29/xml-parsing/</link>
	<description>by Java coders, for Java coders</description>
	<lastBuildDate>Tue, 15 Nov 2011 21:34:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: anon_anon</title>
		<link>http://javablog.co.uk/2007/03/29/xml-parsing/comment-page-1/#comment-50335</link>
		<dc:creator>anon_anon</dc:creator>
		<pubDate>Sun, 16 Aug 2009 02:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/2007/03/29/xml-parsing/#comment-50335</guid>
		<description>&lt;p&gt;Another promising XML processing model is vtd-xml
http://vtd-xml.sf.net&lt;/p&gt;

&lt;p&gt;http://winslab.cnu.ac.kr/Resource/LabSeminar/Seminar2008-3/XML%20Document%20Parsing-Operational%20and%20Performance%20Characteristics.pdf&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Another promising XML processing model is vtd-xml
<a href="http://vtd-xml.sf.net" rel="nofollow">http://vtd-xml.sf.net</a></p>

<p><a href="http://winslab.cnu.ac.kr/Resource/LabSeminar/Seminar2008-3/XML%20Document%20Parsing-Operational%20and%20Performance%20Characteristics.pdf" rel="nofollow">http://winslab.cnu.ac.kr/Resource/LabSeminar/Seminar2008-3/XML%20Document%20Parsing-Operational%20and%20Performance%20Characteristics.pdf</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Danila</title>
		<link>http://javablog.co.uk/2007/03/29/xml-parsing/comment-page-1/#comment-6808</link>
		<dc:creator>Mihai Danila</dc:creator>
		<pubDate>Tue, 08 Apr 2008 11:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/2007/03/29/xml-parsing/#comment-6808</guid>
		<description>&lt;p&gt;Because the XML processing libraries, including org.xml.sax.InputSource, can accept streams, they implicitly promise they may be able to handle the conversion of the bytes produced by these streams into characters. And they do---if the &quot;xml&quot; processing instruction contains the &quot;encoding&quot; attribute, then the processor will honor the attribute and use whatever encoding is specified in the XML. This takes some burden away from the program, which need not make assumptions about the encoding, placing some burden on XML authoring, where you might as well specify an encoding.&lt;/p&gt;

&lt;p&gt;What happens when the &quot;encoding&quot; attribute is missing? It&#039;s up to your tool, but I believe that the standard libraries fall back to the platform encoding---ISO-8859-1 on Windows-based operating systems, if I&#039;m not mistaken.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Because the XML processing libraries, including org.xml.sax.InputSource, can accept streams, they implicitly promise they may be able to handle the conversion of the bytes produced by these streams into characters. And they do&#8212;-if the &#8220;xml&#8221; processing instruction contains the &#8220;encoding&#8221; attribute, then the processor will honor the attribute and use whatever encoding is specified in the XML. This takes some burden away from the program, which need not make assumptions about the encoding, placing some burden on XML authoring, where you might as well specify an encoding.</p>

<p>What happens when the &#8220;encoding&#8221; attribute is missing? It&#8217;s up to your tool, but I believe that the standard libraries fall back to the platform encoding&#8212;-ISO-8859-1 on Windows-based operating systems, if I&#8217;m not mistaken.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://javablog.co.uk/2007/03/29/xml-parsing/comment-page-1/#comment-5</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Tue, 10 Apr 2007 09:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/2007/03/29/xml-parsing/#comment-5</guid>
		<description>&lt;p&gt;I wonder if there was a good reason for &quot;UTF-8&quot; not being the default charset, or if this is a legacy issue where someone screwed up. The most annoying thing is that the &lt;code&gt;FileReader&lt;/code&gt; class (and its associates) also use the default charset, meaning that although Java is completely UTF-8 safe, the convenience I/O classes aren&#039;t.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I wonder if there was a good reason for &#8220;UTF-8&#8221; not being the default charset, or if this is a legacy issue where someone screwed up. The most annoying thing is that the <code>FileReader</code> class (and its associates) also use the default charset, meaning that although Java is completely UTF-8 safe, the convenience I/O classes aren&#8217;t.</p>]]></content:encoded>
	</item>
</channel>
</rss>

