<?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: XSL Transformation&#160;Issues</title>
	<atom:link href="http://particletree.com/notebook/xsl-transformation-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://particletree.com/notebook/xsl-transformation-issues/</link>
	<description>Everyone needs a hug.</description>
	<pubDate>Tue, 06 Jan 2009 19:06:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Tom</title>
		<link>http://particletree.com/notebook/xsl-transformation-issues/#comment-910</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 23 Sep 2005 01:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=124#comment-910</guid>
		<description>&lt;p&gt;Server side XSLT processing always seems to work better for me, I find it more predictable and less of a strain on older clients.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Server side XSLT processing always seems to work better for me, I find it more predictable and less of a strain on older clients.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Relapse</title>
		<link>http://particletree.com/notebook/xsl-transformation-issues/#comment-909</link>
		<dc:creator>Relapse</dc:creator>
		<pubDate>Tue, 20 Sep 2005 02:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=124#comment-909</guid>
		<description>&lt;p&gt;Problem 2, I had a similar issue with Flash - I had to specify header('Content-type: text/xml'); at the start of the PHP script of an RSS dump or the Flash ticker got all confused.&lt;/p&gt;

&lt;p&gt;Silly strict/ fluffy mime-type handling difference between FF/ Flash and IE...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Problem 2, I had a similar issue with Flash - I had to specify header(&#8216;Content-type: text/xml&#8217;); at the start of the PHP script of an RSS dump or the Flash ticker got all confused.</p>

<p>Silly strict/ fluffy mime-type handling difference between FF/ Flash and IE&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Campbell</title>
		<link>http://particletree.com/notebook/xsl-transformation-issues/#comment-908</link>
		<dc:creator>Ryan Campbell</dc:creator>
		<pubDate>Mon, 19 Sep 2005 21:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=124#comment-908</guid>
		<description>&lt;p&gt;Mark - 
I agree that Firefox is processing it correctly. However, when learning how to do something it is not evident that Firefox is processing it correctly, especially when all other options work. So even though the browser is doing it right, all of my frustration still gets pointed towards it :)&lt;/p&gt;

&lt;p&gt;Also, the transformations have to be done on both the client and server for degradable Ajax.&lt;/p&gt;

&lt;p&gt;Manuzhai - 
I'm only using XSL to change small areas of a page, without the page reloading. The initial page loads as normal php page, then when the user clicks certain things the content changes, and I'm pulling those changes in with JavaScript.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Mark - 
I agree that Firefox is processing it correctly. However, when learning how to do something it is not evident that Firefox is processing it correctly, especially when all other options work. So even though the browser is doing it right, all of my frustration still gets pointed towards it :)</p>

<p>Also, the transformations have to be done on both the client and server for degradable Ajax.</p>

<p>Manuzhai - 
I&#8217;m only using XSL to change small areas of a page, without the page reloading. The initial page loads as normal php page, then when the user clicks certain things the content changes, and I&#8217;m pulling those changes in with JavaScript.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Manuzhai</title>
		<link>http://particletree.com/notebook/xsl-transformation-issues/#comment-907</link>
		<dc:creator>Manuzhai</dc:creator>
		<pubDate>Mon, 19 Sep 2005 19:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=124#comment-907</guid>
		<description>&lt;p&gt;I meant the &#60;?xml-stylesheet?&#62; PI, actually.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I meant the &lt;?xml-stylesheet?&gt; PI, actually.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Manuzhai</title>
		<link>http://particletree.com/notebook/xsl-transformation-issues/#comment-906</link>
		<dc:creator>Manuzhai</dc:creator>
		<pubDate>Mon, 19 Sep 2005 19:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=124#comment-906</guid>
		<description>&lt;p&gt;Hmm, why don't you just use the  PI to do the client-side transformation instead of using the JavaScript?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hmm, why don&#8217;t you just use the  PI to do the client-side transformation instead of using the JavaScript?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Newhouse</title>
		<link>http://particletree.com/notebook/xsl-transformation-issues/#comment-905</link>
		<dc:creator>Mark Newhouse</dc:creator>
		<pubDate>Mon, 19 Sep 2005 18:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=124#comment-905</guid>
		<description>&lt;p&gt;Rather than using innerHTML, you could use createTextNode(string) with the string that is returned from IE, and then append that as a child.&lt;/p&gt;

&lt;p&gt;As for Firefox requiring the modified header, that is as it should be. My guess is that IE is looking at the data and figuring out what it likely is, even when the header information doesn't match (it is being very liberal in what it accepts).&lt;/p&gt;

&lt;p&gt;Firefox, on the other hand, is not so liberal. It sees a mismatch between what the server says it is sending (probably text/html since it is coming from a PHP file) and what it is receiving (XML) and throws an error.&lt;/p&gt;

&lt;p&gt;Given these browser differences, and since JavaScript is never a given, it might make the most sense to do the transformation on the server side...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Rather than using innerHTML, you could use createTextNode(string) with the string that is returned from IE, and then append that as a child.</p>

<p>As for Firefox requiring the modified header, that is as it should be. My guess is that IE is looking at the data and figuring out what it likely is, even when the header information doesn&#8217;t match (it is being very liberal in what it accepts).</p>

<p>Firefox, on the other hand, is not so liberal. It sees a mismatch between what the server says it is sending (probably text/html since it is coming from a PHP file) and what it is receiving (XML) and throws an error.</p>

<p>Given these browser differences, and since JavaScript is never a given, it might make the most sense to do the transformation on the server side&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sylvain</title>
		<link>http://particletree.com/notebook/xsl-transformation-issues/#comment-904</link>
		<dc:creator>Sylvain</dc:creator>
		<pubDate>Mon, 19 Sep 2005 17:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=124#comment-904</guid>
		<description>&lt;p&gt;I like this post :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I like this post :)</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.453 seconds -->
<!-- Cached page served by WP-Cache -->
