<?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>thoughts of a doug &#187; microsoft</title>
	<atom:link href="http://somethingdoug.com/thoughts/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://somethingdoug.com/thoughts</link>
	<description></description>
	<lastBuildDate>Fri, 21 Oct 2011 05:03:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>File::OPC</title>
		<link>http://somethingdoug.com/thoughts/2008/12/25/fileopc/</link>
		<comments>http://somethingdoug.com/thoughts/2008/12/25/fileopc/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 05:47:29 +0000</pubDate>
		<dc:creator>Douglas Wilson</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Moose]]></category>
		<category><![CDATA[ooxml]]></category>
		<category><![CDATA[Perl5]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://somethingdoug.com/thoughts/2008/12/25/fileopc/</guid>
		<description><![CDATA[From my earlier post, after talking in #Perl, I have changed the name of the module from Archive::OPC to File::OPC. It is still not on CPAN, as I won’t release it until it can at least read Open Packaging Convention files. The module is being written using Moose.]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://somethingdoug.com/thoughts/2008/12/11/open-packaging-convention/">my earlier post</a>, after talking in <font face="Courier New">#Perl</font>, I have changed the name of the module from <font face="Courier New">Archive::OPC</font> to <font face="Courier New"><a href="http://search.cpan.org/perldoc?File::OPC">File::OPC</a></font>. It is still not on <a href="http://cpan.org/">CPAN</a>, as I won’t release it until it can at least read Open Packaging Convention files. The module is being written using <a href="http://search.cpan.org/perldoc?Moose">Moose</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://somethingdoug.com/thoughts/2008/12/25/fileopc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Packaging Convention</title>
		<link>http://somethingdoug.com/thoughts/2008/12/11/open-packaging-convention/</link>
		<comments>http://somethingdoug.com/thoughts/2008/12/11/open-packaging-convention/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 06:48:25 +0000</pubDate>
		<dc:creator>Douglas Wilson</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ooxml]]></category>
		<category><![CDATA[Perl5]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://somethingdoug.com/thoughts/?p=17</guid>
		<description><![CDATA[I’ve recently been working on reading Open Office XML files using Perl, and I’ve made a lot of progress with the implementation of the Open Packaging Convention specification as a Perl module. I think soon I will be releasing a version of it to CPAN. I am not too sure of what the module should [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve recently been working on reading <a href="http://en.wikipedia.org/wiki/Office_Open_XML">Open Office XML</a> files using Perl, and I’ve made a lot of progress with the implementation of the <a href="http://en.wikipedia.org/wiki/Open_Packaging_Convention">Open Packaging Convention</a> specification as a Perl module. I think soon I will be releasing a version of it to <a href="http://cpan.org/">CPAN</a>. I am not too sure of what the module should be named as of yet. I am thinking possibly <code>Archive::OPC</code> since it is a packaging format (it is actually a ZIP file with a specific file layout).</p>
<p>Many Microsoft formats are using this convention and it is a standard (ISO/IEC 29500:2008 and <a href="http://www.ecma-international.org/publications/standards/Ecma-376.htm">ECMA-376</a>) for anyone to use if they wish. I know it is used for Open Office XML and XPS.</p>
]]></content:encoded>
			<wfw:commentRss>http://somethingdoug.com/thoughts/2008/12/11/open-packaging-convention/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

