<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Normalizing Excel&#8217;s SpreadsheetML using XSLT</title>
	<atom:link href="http://eric.van-der-vlist.com/blog/2005/07/27/1310_normalizing_excels_spreadsheetml_using_xslt/feed/" rel="self" type="application/rss+xml" />
	<link>http://eric.van-der-vlist.com/blog/2005/07/27/1310_normalizing_excels_spreadsheetml_using_xslt/</link>
	<description>XML, apiculture et pré-vergers</description>
	<pubDate>Thu, 28 Aug 2008 15:26:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Eric van der Vlist</title>
		<link>http://eric.van-der-vlist.com/blog/2005/07/27/1310_normalizing_excels_spreadsheetml_using_xslt/#comment-20</link>
		<dc:creator>Eric van der Vlist</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://eric.van-der-vlist.com/blog/?p=30#comment-20</guid>
		<description>jc: thanks for reporting this bug. I have posted &lt;a href="http://eric.van-der-vlist.com/blog/2442_Normalizing_Excel%27s_SpreadsheetML_using_XSLT_-_Part_2.item"&gt;a new version&lt;/a&gt;.


--Eric</description>
		<content:encoded><![CDATA[<p>jc: thanks for reporting this bug. I have posted <a href="http://eric.van-der-vlist.com/blog/2442_Normalizing_Excel%27s_SpreadsheetML_using_XSLT_-_Part_2.item">a new version</a>.</p>
<p>&#8211;Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jc</title>
		<link>http://eric.van-der-vlist.com/blog/2005/07/27/1310_normalizing_excels_spreadsheetml_using_xslt/#comment-21</link>
		<dc:creator>jc</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://eric.van-der-vlist.com/blog/?p=30#comment-21</guid>
		<description>this code has the same problem as the source it is derived from, it will fail for all cells lacking an ss:Index that are preceded by two or more missing cells

for instance, the input cells (two missing cells, each followed by a cell with an ss:Index)...

1,2,3,4,5,6,,8,,10,11,12

will result in output cells with indices...

1,2,3,4,5,6,8,10,10,11

i haven't tested fully, but in practice i think the output index count is one too low for each one or more contiguous cells with an ss:Index attribute

i just wish my xsl skills were sufficient to fix it!</description>
		<content:encoded><![CDATA[<p>this code has the same problem as the source it is derived from, it will fail for all cells lacking an ss:Index that are preceded by two or more missing cells</p>
<p>for instance, the input cells (two missing cells, each followed by a cell with an ss:Index)&#8230;</p>
<p>1,2,3,4,5,6,,8,,10,11,12</p>
<p>will result in output cells with indices&#8230;</p>
<p>1,2,3,4,5,6,8,10,10,11</p>
<p>i haven&#8217;t tested fully, but in practice i think the output index count is one too low for each one or more contiguous cells with an ss:Index attribute</p>
<p>i just wish my xsl skills were sufficient to fix it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Wills</title>
		<link>http://eric.van-der-vlist.com/blog/2005/07/27/1310_normalizing_excels_spreadsheetml_using_xslt/#comment-22</link>
		<dc:creator>Neil Wills</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://eric.van-der-vlist.com/blog/?p=30#comment-22</guid>
		<description>I have rendered some XML data into spreadsheetML however I am llooking for a way to include some vba/vb script when i open this file in Excel, does anyone know how to do this?</description>
		<content:encoded><![CDATA[<p>I have rendered some XML data into spreadsheetML however I am llooking for a way to include some vba/vb script when i open this file in Excel, does anyone know how to do this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
