<?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>david winter &#187; xml</title>
	<atom:link href="http://davidwinter.me.uk/articles/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidwinter.me.uk</link>
	<description>you were expecting someone else?</description>
	<lastBuildDate>Mon, 28 Jun 2010 20:37:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Extracted Enhanced Podcast Files</title>
		<link>http://davidwinter.me.uk/articles/2008/08/16/extracted-enhanced-podcast-files/</link>
		<comments>http://davidwinter.me.uk/articles/2008/08/16/extracted-enhanced-podcast-files/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 16:37:37 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[podcasts]]></category>
		<category><![CDATA[quicktime]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://davidwinter.me.uk/?p=97</guid>
		<description><![CDATA[I finally found a way to extract the XML files from enhanced podcasts that handle chapters and links. Open up the podcast file in Quicktime.app Window > Show Movie Properties Select the first &#8216;Text Track&#8217; and ensure it is enabled. File > Export Select the &#8216;Text to QuickTime TeXML&#8217; format You should then have a [...]]]></description>
			<content:encoded><![CDATA[<p>I finally found a way to extract the XML files from enhanced podcasts that handle chapters and links.</p>

<ol>
<li>Open up the podcast file in Quicktime.app</li>
<li>Window > Show Movie Properties</li>
<li>Select the first &#8216;Text Track&#8217; and ensure it is enabled. </li>
<li>File > Export</li>
<li>Select the &#8216;Text to QuickTime TeXML&#8217; format</li>
</ol>

<p>You should then have a lovely XML file. Just need to figure a way to parse the files to get the simple stuff out. Like when to display a link/when a chapter starts, and grab the link/chapter name.</p>
]]></content:encoded>
			<wfw:commentRss>http://davidwinter.me.uk/articles/2008/08/16/extracted-enhanced-podcast-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert a Binary Property List to XML</title>
		<link>http://davidwinter.me.uk/articles/2008/02/16/convert-a-binary-property-list-to-xml/</link>
		<comments>http://davidwinter.me.uk/articles/2008/02/16/convert-a-binary-property-list-to-xml/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 22:11:56 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bplist]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[plist]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://davidwinter.me.uk/articles/2008/02/16/convert-a-binary-property-list-to-xml/</guid>
		<description><![CDATA[Since Mac OS X Tiger 10.4, preference files for applications have been stored as binary property lists. This really reduces the file size for preferences, and makes application access a lot faster. However, if you ever want to read the file as XML, you&#8217;ll need to convert it. plutil -convert xml1 path/to/preferences.plist Now open the [...]]]></description>
			<content:encoded><![CDATA[<p>Since Mac OS X Tiger 10.4, preference files for applications have been stored as binary property lists. This really reduces the file size for preferences, and makes application access a lot faster. However, if you ever want to read the file as XML, you&#8217;ll need to convert it.</p>

<pre><code>plutil -convert xml1 path/to/preferences.plist
</code></pre>

<p>Now open the file and it&#8217;ll be in beautiful, human readable, XML.</p>
]]></content:encoded>
			<wfw:commentRss>http://davidwinter.me.uk/articles/2008/02/16/convert-a-binary-property-list-to-xml/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
