<?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"
	>
<channel>
	<title>Comments on: Using XPath in Java without loading the external DTD</title>
	<atom:link href="http://www.daniel-lemire.com/blog/archives/2005/05/23/using-xpath-in-java-without-loading-the-external-dtd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daniel-lemire.com/blog/archives/2005/05/23/using-xpath-in-java-without-loading-the-external-dtd/</link>
	<description>Daniel Lemire's blog is about life in academia, research in Computer Science, wondering how we can reconcile fast databases and algorithms with the informal and asemantic nature of the world around us. It is broadcasted from Montreal (Canada).</description>
	<pubDate>Thu, 20 Nov 2008 22:51:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Daniel Lemire</title>
		<link>http://www.daniel-lemire.com/blog/archives/2005/05/23/using-xpath-in-java-without-loading-the-external-dtd/#comment-2362</link>
		<dc:creator>Daniel Lemire</dc:creator>
		<pubDate>Tue, 14 Jun 2005 17:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2005/05/23/using-xpath-in-java-without-loading-the-external-dtd/#comment-2362</guid>
		<description>Whether or not you validate is not the same as loading the external DTD or not. Doing as you suggest will still result in Java trying to load the external DTD.</description>
		<content:encoded><![CDATA[<p>Whether or not you validate is not the same as loading the external DTD or not. Doing as you suggest will still result in Java trying to load the external DTD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.daniel-lemire.com/blog/archives/2005/05/23/using-xpath-in-java-without-loading-the-external-dtd/#comment-2360</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 14 Jun 2005 14:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2005/05/23/using-xpath-in-java-without-loading-the-external-dtd/#comment-2360</guid>
		<description>Read the API: you just need an

dbfact.setValidating(false);
</description>
		<content:encoded><![CDATA[<p>Read the API: you just need an</p>
<p>dbfact.setValidating(false);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
