<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
	<channel>
		<title>Blog entries tagged XML</title>
		<description>Blog entries tagged XML</description>
		<link>http://lab11.com</link>
		<lastBuildDate>Thu, 09 Sep 2010 02:17:31 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.3</generator>
		<item>
			<title>XMLWriter in PHP</title>
			<link>http://lab11.com/blogs/XMLWriter-in-PHP.html</link>
			<description>&lt;p&gt;Every now and then I find myself needing to export a set of objects to XML. I usually find a quick way to write a dumb function to do it, but this is usually not the most elegant solution and rarely does it scale up to handle more complex data structures. The other option is to serialize the data into xml, but usually these methods suffer from a large performance overhead and should only be used if you can tweak the serializer to work only the right pieces of data.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;I have since added Read More...</description>
			<author>Garrett Bluma</author>
			<pubDate>Wed, 10 Jun 2009 06:00:00 +0100</pubDate>
		<category>XML</category>
 <category>Programming</category>
 <category>PHP</category>
		</item>
		<item>
			<title>Parsing an XML string retrieved using AJAX</title>
			<link>http://lab11.com/blogs/Parsing-an-XML-string-retrieved-using-AJAX.html</link>
			<description>&lt;p&gt;While working on an AJAX function this week, I found the need to parse an XML string using JavaScript and PHP.  The following JavaScript was used to retrieve an XML string from a PHP file:&lt;/p&gt; &lt;p&gt;function someJavascriptFunction() {&lt;br /&gt;      xmlHttp=GetXmlHttpObject();     &lt;br /&gt;      url = &quot;/components/com_component/ajax/ajax.php?task=someTask&quot;;     &lt;br /&gt;      url += &quot;&amp;cc_number=&quot;+document.getElementById('cc_number').value;    &lt;br /&gt;      xmlHttp.open(&quot;GET&quot;,url,true);     &lt;br /&gt;      xmlHtRead More...</description>
			<author>Trevor M.</author>
			<pubDate>Mon, 02 Mar 2009 07:00:00 +0100</pubDate>
		<category>XML</category>
 <category>Programming</category>
 <category>PHP</category>
 <category>Javascript</category>
 <category>Ajax</category>
		</item>
	</channel>
</rss>
