<?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>vandango &#187; AODL</title>
	<atom:link href="http://www.vandango.org/archives/tag/aodl/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vandango.org</link>
	<description>driving on code serpentines</description>
	<lastBuildDate>Sun, 01 Jan 2012 14:55:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>AODL &#8211; The .NET Interface for ODF files</title>
		<link>http://www.vandango.org/archives/aodl-the-net-interface-for-odf-files</link>
		<comments>http://www.vandango.org/archives/aodl-the-net-interface-for-odf-files#comments</comments>
		<pubDate>Tue, 22 Apr 2008 10:16:00 +0000</pubDate>
		<dc:creator>vandango</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[AODL]]></category>
		<category><![CDATA[Code Snippet]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Projekte]]></category>

		<guid isPermaLink="false">http://www.vandango.org//?p=13</guid>
		<description><![CDATA[In my spare free time im working on a simple movie database to have a sortable collection list of my movies. Hitherto i've do that with the Spreadsheet of OpenOffice.After some time of development i've finished a first betaversion of my tool and starts to work on a importer.The best way to import ODF ...]]></description>
			<content:encoded><![CDATA[<p>In my spare free time im working on a simple movie database to have a sortable collection list of my movies. Hitherto i&#8217;ve do that with the Spreadsheet of OpenOffice.<br />After some time of development i&#8217;ve finished a first betaversion of my tool and starts to work on a importer.<br />The best way to import ODF files is to extract the content files fromt the zip-encoded files and read the xml. This steps were already done by the OpenOffice team and somebody has implement this steps in a .NET interface library. I&#8217;ve found this project (<a href="http://wiki.services.openoffice.org/wiki/AODL" target="_blank">AODL</a>, <a href="http://sourceforge.net/projects/aodl" target="_blank">Sourceforge</a>) and starts to working with it. Bug it has a bad bug.<br />I have a big table with many cells in many rows, but some of this cell &#8211; also severals side by side &#8211; are empty. And OpenOffice creates on this empty cells a XML attribute called &#8220;table:number-columns-repeated&#8221; which descripes how many copies of this cells came after this one.<br />The AODL assembly do&#8217;snt has this attribute calculation implemented so that if&#8217;ve sit down and do that. So, here&#8217;s the bugfix and the assembly.</p>
<p>Link: <a href="http://static.toenda.com/patches/AODL_vandango_bugfix_1.2.0.2.zip">Download</a></p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.vandango.org/archives/aodl-the-net-interface-for-odf-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

