<?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>Alex Little &#187; xml</title>
	<atom:link href="http://alexlittle.net/blog/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexlittle.net/blog</link>
	<description></description>
	<lastBuildDate>Mon, 21 May 2012 17:31:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Thursday 6 April 06</title>
		<link>http://alexlittle.net/blog/2006/04/06/thursday-6-april-06/</link>
		<comments>http://alexlittle.net/blog/2006/04/06/thursday-6-april-06/#comments</comments>
		<pubDate>Thu, 06 Apr 2006 08:24:14 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/2006/04/06/thursday-6-april-06/</guid>
		<description><![CDATA[Follow up discussion about the question of how to (or not to do!) XML parsing in different versions of PHP: http://moodle.org/mod/forum/discuss.php?d=43241]]></description>
			<content:encoded><![CDATA[<p>Follow up discussion about the question of how to (or not to do!) XML parsing in different versions of PHP: <a href="http://moodle.org/mod/forum/discuss.php?d=43241">http://moodle.org/mod/forum/discuss.php?d=43241</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2006/04/06/thursday-6-april-06/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wednesday 5 April 06</title>
		<link>http://alexlittle.net/blog/2006/04/05/wednesday-5-april-06/</link>
		<comments>http://alexlittle.net/blog/2006/04/05/wednesday-5-april-06/#comments</comments>
		<pubDate>Wed, 05 Apr 2006 13:46:38 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[enterprise sdk]]></category>
		<category><![CDATA[joinin]]></category>
		<category><![CDATA[moodle]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[webservice]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/2006/04/05/wednesday-5-april-06/</guid>
		<description><![CDATA[Getting on well with the development of the webservices for the Enterprise databases, and ought to have this about finished later this week. Then next week I can look at seeing how this maps across to the Enterprise SDK &#8211; I can use the same database and should to be able to reuse a lot [...]]]></description>
			<content:encoded><![CDATA[<p>Getting on well with the development of the webservices for the Enterprise databases, and ought to have this about finished later this week. Then next week I can look at seeing how this maps across to the Enterprise SDK &#8211; I can use the same database and should to be able to reuse a lot of the code too (esp the parts that make calls to the database to retrieve data).</p>
<p>Another thing we&#8217;ve been looking at at is how we&#8217;ll do the XML parsing in Moodle using php. Most Moodle installations run on PHP 4 which doesn&#8217;t have built in XML functions, whereas PHP 5 does. There are libraries available for PHP 4 to do the XML parsing, but these (I think) would mean rewriting the code if we (and/or Moodle) moved to PHP 5. The alternative (so code didn&#8217;t need to be rewritten for different versions of PHP) would be to use regular expressions on the XML string &#8211; but that seems like a bit of a kludge to me!</p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2006/04/05/wednesday-5-april-06/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

