<?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: The beauty of XML</title>
	<atom:link href="http://www.davemcdermid.co.uk/2008/11/the-beauty-of-xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davemcdermid.co.uk/2008/11/the-beauty-of-xml/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 27 May 2010 15:57:26 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dave</title>
		<link>http://www.davemcdermid.co.uk/2008/11/the-beauty-of-xml/comment-page-1/#comment-51</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Thu, 04 Dec 2008 16:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.davemcdermid.co.uk/?p=30#comment-51</guid>
		<description>Hi Robert,
We&#039;re actually using .Net to transform the XML with XSL. Although I&#039;ve done a little work with XSL in PHP, I haven&#039;t experienced any Unicode issues. Our text data is stored in the attributes of an XML tag, and this seems to work well for us.

One issue we do have is with named entities (ie. &#160; needs to be written as &#160;). Trouble with XSLT could easily fill several articles..</description>
		<content:encoded><![CDATA[<p>Hi Robert,<br />
We&#8217;re actually using .Net to transform the XML with XSL. Although I&#8217;ve done a little work with XSL in PHP, I haven&#8217;t experienced any Unicode issues. Our text data is stored in the attributes of an XML tag, and this seems to work well for us.</p>
<p>One issue we do have is with named entities (ie. &nbsp; needs to be written as &#160;). Trouble with XSLT could easily fill several articles..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert O'Rourke</title>
		<link>http://www.davemcdermid.co.uk/2008/11/the-beauty-of-xml/comment-page-1/#comment-50</link>
		<dc:creator>Robert O'Rourke</dc:creator>
		<pubDate>Mon, 01 Dec 2008 17:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.davemcdermid.co.uk/?p=30#comment-50</guid>
		<description>Hi David,

Nice idea. This sounds similar to something me and my boss were discussing re. using XSLT and defining some of the application behaviour+events in XML.

How do you deal with the crappy Unicode handling in XSL? Or do you use PHP+DOMDocument to parse the files?</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>Nice idea. This sounds similar to something me and my boss were discussing re. using XSLT and defining some of the application behaviour+events in XML.</p>
<p>How do you deal with the crappy Unicode handling in XSL? Or do you use PHP+DOMDocument to parse the files?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
