<?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 Batik</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2005/10/06/coldfusion-and-batik/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2005/10/06/coldfusion-and-batik/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Patrick</title>
		<link>https://www.barneyb.com/barneyblog/2005/10/06/coldfusion-and-batik/comment-page-1/#comment-344361</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 25 Jan 2013 18:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=124#comment-344361</guid>
		<description>I know that you wrote this in 2005, but I just want to let you know that this worked great on Cold Fusion 9. Thanks!</description>
		<content:encoded><![CDATA[<p>I know that you wrote this in 2005, but I just want to let you know that this worked great on Cold Fusion 9. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2005/10/06/coldfusion-and-batik/comment-page-1/#comment-286990</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Fri, 09 Dec 2011 20:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=124#comment-286990</guid>
		<description>Bill, on CF9 my gut says you&#039;ll need to put Batik into the /WEB-INF/cfusion/lib folder, as Adobe made some changes to classloading.  I haven&#039;t tried it myself, but give that a whirl.  I doubt any of the CFIMAGE stuff uses Batik, but CFFORM does for some of the Flash-related voodoo.</description>
		<content:encoded><![CDATA[<p>Bill, on CF9 my gut says you'll need to put Batik into the /WEB-INF/cfusion/lib folder, as Adobe made some changes to classloading.  I haven't tried it myself, but give that a whirl.  I doubt any of the CFIMAGE stuff uses Batik, but CFFORM does for some of the Flash-related voodoo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Davidson</title>
		<link>https://www.barneyb.com/barneyblog/2005/10/06/coldfusion-and-batik/comment-page-1/#comment-286979</link>
		<dc:creator>Bill Davidson</dc:creator>
		<pubDate>Fri, 09 Dec 2011 18:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=124#comment-286979</guid>
		<description>I am trying to get this going in CF9 and am having issues.  Even when I remove all the original Batik files, CFIMAGE still works (which I thought it might not) and when I put the full Batik files in the LIB folder, CF says it can&#039;t find them.  Any thoughts?

Thanks!</description>
		<content:encoded><![CDATA[<p>I am trying to get this going in CF9 and am having issues.  Even when I remove all the original Batik files, CFIMAGE still works (which I thought it might not) and when I put the full Batik files in the LIB folder, CF says it can't find them.  Any thoughts?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2005/10/06/coldfusion-and-batik/comment-page-1/#comment-4937</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Wed, 17 Jan 2007 21:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=124#comment-4937</guid>
		<description>Amy,

I&#039;d suspect a file pathing issue with the SVG file.  The example assumes the simple case of everything being in the same directory, and that directory being accessed directly from the URL (i.e. not through a front controller such as Fusebox that dissociates URL paths to file paths).  However, if the PNG file works, the SVG file ought to as well.  Have you confirmed that they&#039;re both being written in the locations you think they&#039;re being written?</description>
		<content:encoded><![CDATA[<p>Amy,</p>
<p>I'd suspect a file pathing issue with the SVG file.  The example assumes the simple case of everything being in the same directory, and that directory being accessed directly from the URL (i.e. not through a front controller such as Fusebox that dissociates URL paths to file paths).  However, if the PNG file works, the SVG file ought to as well.  Have you confirmed that they're both being written in the locations you think they're being written?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>https://www.barneyb.com/barneyblog/2005/10/06/coldfusion-and-batik/comment-page-1/#comment-4934</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Wed, 17 Jan 2007 20:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=124#comment-4934</guid>
		<description>Thanks for this post - it has really helped me, however, I am still having trouble with the embed tag.  It keeps returning Object Not Found.  I can display the img perfectly, but I want to be able to embed the svg file that was created in case the user does have the SVG Viewer installed.
Can you help?  Thanks alot.</description>
		<content:encoded><![CDATA[<p>Thanks for this post &#8211; it has really helped me, however, I am still having trouble with the embed tag.  It keeps returning Object Not Found.  I can display the img perfectly, but I want to be able to embed the svg file that was created in case the user does have the SVG Viewer installed.<br />
Can you help?  Thanks alot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Ross</title>
		<link>https://www.barneyb.com/barneyblog/2005/10/06/coldfusion-and-batik/comment-page-1/#comment-254</link>
		<dc:creator>Dave Ross</dc:creator>
		<pubDate>Fri, 07 Oct 2005 10:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=124#comment-254</guid>
		<description>I hit this recently as well, we have a lot of apps written on 6.1 that generate PDFs with Apache FOP, which requires batik. We didn&#039;t know we had an issue until someone tried to write flash forms... oddly enough I found out that batik was the problem by searching a Flex list.
</description>
		<content:encoded><![CDATA[<p>I hit this recently as well, we have a lot of apps written on 6.1 that generate PDFs with Apache FOP, which requires batik. We didn't know we had an issue until someone tried to write flash forms&#8230; oddly enough I found out that batik was the problem by searching a Flex list.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
