<?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: Coldfusion and XML issues</title>
	<atom:link href="http://www.librarywebchic.net/wordpress/2006/08/10/coldfusion-and-xml-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.librarywebchic.net/wordpress/2006/08/10/coldfusion-and-xml-issues/</link>
	<description>Resources for librarians who are interested in the application of web design and technologies in libraries</description>
	<pubDate>Wed, 07 Jan 2009 16:58:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Josh Kline</title>
		<link>http://www.librarywebchic.net/wordpress/2006/08/10/coldfusion-and-xml-issues/comment-page-1/#comment-16889</link>
		<dc:creator>Josh Kline</dc:creator>
		<pubDate>Tue, 07 Nov 2006 00:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2006/08/10/coldfusion-and-xml-issues/#comment-16889</guid>
		<description>I had this same problem, Saxon couldn't find the dtd since it wasn't on my server and certainly not in the same folder as the ead file.

I changed my xml to point to the dtd out on the Internet.
This is similar to how XHTML files start.

So I now have
&#60;!DOCTYPE ead PUBLIC "+//ISBN 1-931666-00-8//DTD ead.dtd (Encoded Archival Descr
iption (EAD) Version 2002)//EN" "http://oac.cdlib.org/ents/ead.dtd"&#62;

I got the impression that this is more correct ead anyway.</description>
		<content:encoded><![CDATA[<p>I had this same problem, Saxon couldn&#8217;t find the dtd since it wasn&#8217;t on my server and certainly not in the same folder as the ead file.</p>
<p>I changed my xml to point to the dtd out on the Internet.<br />
This is similar to how XHTML files start.</p>
<p>So I now have<br />
&lt;!DOCTYPE ead PUBLIC &#8220;+//ISBN 1-931666-00-8//DTD ead.dtd (Encoded Archival Descr<br />
iption (EAD) Version 2002)//EN&#8221; &#8220;http://oac.cdlib.org/ents/ead.dtd&#8221;&gt;</p>
<p>I got the impression that this is more correct ead anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason the Content Librarian &#187; Coldfusion and XML</title>
		<link>http://www.librarywebchic.net/wordpress/2006/08/10/coldfusion-and-xml-issues/comment-page-1/#comment-10056</link>
		<dc:creator>Jason the Content Librarian &#187; Coldfusion and XML</dc:creator>
		<pubDate>Thu, 10 Aug 2006 23:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2006/08/10/coldfusion-and-xml-issues/#comment-10056</guid>
		<description>[...] Karen at Library Web Chic talks today about Coldfusion dealing with relative and absolute paths when transforming xml. I&#8217;ve found ColdFusion to be very picky about paths no matter what it&#8217;s doing. This includes scheduling tasks, uploading files, etc. Although that&#8217;s probably a good thing. [...]</description>
		<content:encoded><![CDATA[<p>[...] Karen at Library Web Chic talks today about Coldfusion dealing with relative and absolute paths when transforming xml. I&#8217;ve found ColdFusion to be very picky about paths no matter what it&#8217;s doing. This includes scheduling tasks, uploading files, etc. Although that&#8217;s probably a good thing. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
