<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>eingko weblog &#187; XML</title>
	<atom:link href="http://www.eingko.net/blog/category/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eingko.net/blog</link>
	<description>a web developer's thoughts and musings</description>
	<lastBuildDate>Wed, 09 Dec 2009 23:42:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mozilla Firefox and XML Limitations</title>
		<link>http://www.eingko.net/blog/2008/04/12/mozilla-firefox-and-xml-limitations/</link>
		<comments>http://www.eingko.net/blog/2008/04/12/mozilla-firefox-and-xml-limitations/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 05:00:12 +0000</pubDate>
		<dc:creator>eingko</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.eingko.net/blog/?p=28</guid>
		<description><![CDATA[I wish I was informed earlier of the XML limitations in Firefox.  I was racking my brain trying to figure out why my external XML entities were not working only to discover that this essential XML feature is unsupported by Firefox.
This will NOT work:

&#60;!DOCTYPE root [
&#60;!ENTITY sample SYSTEM "sample.xml"&#62;
]&#62;
&#60;root&#62;
&#38;sample;
&#60;/root&#62;

How disappointing.  I understand the [...]]]></description>
			<content:encoded><![CDATA[<p>I wish I was informed earlier of the <a href="http://www.ibm.com/developerworks/xml/library/x-ffox2/index.html#N101A0">XML limitations in Firefox</a>.  I was racking my brain trying to figure out why my external XML entities were not working only to discover that this essential XML feature is <a href="http://developer.mozilla.org/en/docs/XML_in_Mozilla#DTDs_and_Other_External_Entities">unsupported by Firefox</a>.</p>
<p>This will <strong>NOT</strong> work:<br />
<code><br />
&lt;!DOCTYPE root [<br />
&lt;!ENTITY sample SYSTEM "sample.xml"&gt;<br />
]&gt;<br />
&lt;root&gt;<br />
&amp;sample;<br />
&lt;/root&gt;<br />
</code></p>
<p>How disappointing.  I understand the rationale, but It&#8217;s unfortunate that this capability is completely unavailable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eingko.net/blog/2008/04/12/mozilla-firefox-and-xml-limitations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
