<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Microsoft Word 2007 Office Open XML Error</title>
	<link>http://www.alternativesoho.com/reviews/word-xml-error.html</link>
	<description>A website dedicated to providing useful resources for stay at home parents, freelancers, small business owners, and individuals seeking a better, more balanced way of life, while earning a living from home and establishing financial independence.</description>
	<pubDate>Thu, 24 Jul 2008 15:21:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: Mike747</title>
		<link>http://www.alternativesoho.com/reviews/word-xml-error.html#comment-4358</link>
		<dc:creator>Mike747</dc:creator>
		<pubDate>Fri, 30 May 2008 15:45:52 +0000</pubDate>
		<guid>http://www.alternativesoho.com/reviews/word-xml-error.html#comment-4358</guid>
		<description>I have been working on a book for months and this just occurred. I thought I was safe since I just backed it up earlier this week, but that copy had the same problem. I emailed  the docx file to a Word 2003 system and it loaded fine. I saved it as a doc file and emailed it back. It looks good now. I guess there is something in the structure of doc that is causing a bug. Now, I have to just work in doc format only.</description>
		<content:encoded><![CDATA[<p>I have been working on a book for months and this just occurred. I thought I was safe since I just backed it up earlier this week, but that copy had the same problem. I emailed  the docx file to a Word 2003 system and it loaded fine. I saved it as a doc file and emailed it back. It looks good now. I guess there is something in the structure of doc that is causing a bug. Now, I have to just work in doc format only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ecnassianer</title>
		<link>http://www.alternativesoho.com/reviews/word-xml-error.html#comment-4101</link>
		<dc:creator>Ecnassianer</dc:creator>
		<pubDate>Mon, 05 May 2008 18:39:25 +0000</pubDate>
		<guid>http://www.alternativesoho.com/reviews/word-xml-error.html#comment-4101</guid>
		<description>Hey Teli,
I know you've mentioned that using your fix isn't a "go here and do this" method, but I was wondering if you could throw out a few more hints. I've worked with XML in a professional environment before and I'm confident I can sort out the fuzzy parts, but any tips to speed up the process would be appreciated.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hey Teli,<br />
I know you&#8217;ve mentioned that using your fix isn&#8217;t a &#8220;go here and do this&#8221; method, but I was wondering if you could throw out a few more hints. I&#8217;ve worked with XML in a professional environment before and I&#8217;m confident I can sort out the fuzzy parts, but any tips to speed up the process would be appreciated.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teli</title>
		<link>http://www.alternativesoho.com/reviews/word-xml-error.html#comment-3936</link>
		<dc:creator>Teli</dc:creator>
		<pubDate>Wed, 23 Apr 2008 19:33:40 +0000</pubDate>
		<guid>http://www.alternativesoho.com/reviews/word-xml-error.html#comment-3936</guid>
		<description>Simon,
Unfortunately, it's not as easy as saying "go here and do this", which is why this is such a bad move on Microsoft's part. The error message provided is unhelpful as the cause usually doesn't exist at the line/column listed in the message and for someone who doesn't understand XML, it's just Greek anyway.

Had I not had some form of XML knowledge, I would have been &lt;em&gt;completely and utterly&lt;/em&gt; lost (in fact, I pretty much was and it was only through sheer trial and error that I was able to narrow it down to the tables which were causing the problem and knowing how to properly delete the offending content without further damage). 

My recommendation, if at all possible, is to try Juan's solution (hoping he pops back in to clarify), bribe an XML savvy colleague, or e-mail Microsoft technical support and have them sort out the problem for you.

Sorry it's not much help.

~ Teli</description>
		<content:encoded><![CDATA[<p>Simon,<br />
Unfortunately, it&#8217;s not as easy as saying &#8220;go here and do this&#8221;, which is why this is such a bad move on Microsoft&#8217;s part. The error message provided is unhelpful as the cause usually doesn&#8217;t exist at the line/column listed in the message and for someone who doesn&#8217;t understand XML, it&#8217;s just Greek anyway.</p>
<p>Had I not had some form of XML knowledge, I would have been <em>completely and utterly</em> lost (in fact, I pretty much was and it was only through sheer trial and error that I was able to narrow it down to the tables which were causing the problem and knowing how to properly delete the offending content without further damage). </p>
<p>My recommendation, if at all possible, is to try Juan&#8217;s solution (hoping he pops back in to clarify), bribe an XML savvy colleague, or e-mail Microsoft technical support and have them sort out the problem for you.</p>
<p>Sorry it&#8217;s not much help.</p>
<p>~ Teli</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teli</title>
		<link>http://www.alternativesoho.com/reviews/word-xml-error.html#comment-3935</link>
		<dc:creator>Teli</dc:creator>
		<pubDate>Wed, 23 Apr 2008 19:26:19 +0000</pubDate>
		<guid>http://www.alternativesoho.com/reviews/word-xml-error.html#comment-3935</guid>
		<description>Based on all the feedback I'm seeing here (along with my own circumstances), it does appear to be a bug with table handling. I was only able to resolve the error by completely deleting the tables from the .xml document directly.

Juan, I may have lost you somewhere in the flow of your comments as I have no idea where you're referencing the "multiple paragraphs" option. Is this something that needs to be handled before attempting to open the document or something that's handled through directly editing the XML file? It could save some time (and data) should I or others ever encounter this problem again (knocking on wood).

~ Teli</description>
		<content:encoded><![CDATA[<p>Based on all the feedback I&#8217;m seeing here (along with my own circumstances), it does appear to be a bug with table handling. I was only able to resolve the error by completely deleting the tables from the .xml document directly.</p>
<p>Juan, I may have lost you somewhere in the flow of your comments as I have no idea where you&#8217;re referencing the &#8220;multiple paragraphs&#8221; option. Is this something that needs to be handled before attempting to open the document or something that&#8217;s handled through directly editing the XML file? It could save some time (and data) should I or others ever encounter this problem again (knocking on wood).</p>
<p>~ Teli</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Cieri</title>
		<link>http://www.alternativesoho.com/reviews/word-xml-error.html#comment-3892</link>
		<dc:creator>Juan Cieri</dc:creator>
		<pubDate>Sat, 19 Apr 2008 13:33:09 +0000</pubDate>
		<guid>http://www.alternativesoho.com/reviews/word-xml-error.html#comment-3892</guid>
		<description>Hi, I had this problem too. I used VSTO for creating some automated word templates. While opening the saved document, an annoying message appeared: "Unspecified error  [...] Location: /part/document.xml, Line: 2, Column: 304943". After analyzing the XML tags, it ocurred to me that a content control was causing all the pain. This content control was in a 3-level table (3 nested tables). Also, it stored multiple lines (for example, it stored a string "This is \n a content \n control". For this string to be showed in multiple lines, the option "Allow carriage returns (multiple paragraphs" in content control preferences was checked.

After unckecking the "multiple paragraphs" option the problem disappeared. The document also seems to be consistent again. Until now, I couldn't manage to use multiple line content controls in my 3-level tables. Could this be a bug in Word 2007?

In my case, this is a very particular problem. But just wanted to share this with you because it took me so long to solve it. Hope this can help you out (if you still have this problem).

Regards!
Juan</description>
		<content:encoded><![CDATA[<p>Hi, I had this problem too. I used VSTO for creating some automated word templates. While opening the saved document, an annoying message appeared: &#8220;Unspecified error  [&#8230;] Location: /part/document.xml, Line: 2, Column: 304943&#8243;. After analyzing the XML tags, it ocurred to me that a content control was causing all the pain. This content control was in a 3-level table (3 nested tables). Also, it stored multiple lines (for example, it stored a string &#8220;This is \n a content \n control&#8221;. For this string to be showed in multiple lines, the option &#8220;Allow carriage returns (multiple paragraphs&#8221; in content control preferences was checked.</p>
<p>After unckecking the &#8220;multiple paragraphs&#8221; option the problem disappeared. The document also seems to be consistent again. Until now, I couldn&#8217;t manage to use multiple line content controls in my 3-level tables. Could this be a bug in Word 2007?</p>
<p>In my case, this is a very particular problem. But just wanted to share this with you because it took me so long to solve it. Hope this can help you out (if you still have this problem).</p>
<p>Regards!<br />
Juan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Thoume</title>
		<link>http://www.alternativesoho.com/reviews/word-xml-error.html#comment-3865</link>
		<dc:creator>Simon Thoume</dc:creator>
		<pubDate>Wed, 16 Apr 2008 04:31:50 +0000</pubDate>
		<guid>http://www.alternativesoho.com/reviews/word-xml-error.html#comment-3865</guid>
		<description>I have the same problem with the unspecified error and i was able to do the same thing you said by changing the file from a .docx to a .zip opened the file word then document.xml but i don't know how to find where the error is. My unspecified error is Line:2 Column:372 199. Do you think you could explain to me how i would go about finding that on the page?
Thanks</description>
		<content:encoded><![CDATA[<p>I have the same problem with the unspecified error and i was able to do the same thing you said by changing the file from a .docx to a .zip opened the file word then document.xml but i don&#8217;t know how to find where the error is. My unspecified error is Line:2 Column:372 199. Do you think you could explain to me how i would go about finding that on the page?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.alternativesoho.com/reviews/word-xml-error.html#comment-3800</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 08 Apr 2008 11:36:00 +0000</pubDate>
		<guid>http://www.alternativesoho.com/reviews/word-xml-error.html#comment-3800</guid>
		<description>I have just solved the same problem, hundred and hundereds unecessary table  tags needed deleting. In the end I took a chance and emailed it to a colleague with Word 2003, they downloaded the expansion pack to enable them to read the document. The document could be read ok in Word 03 then saved as a readable .doc file. When Word 03 saved the file as a .docx the file remained unreadable!

When the .doc file is opened in Word 07 and saved as a .docx file the resulting file is unreadable. So for the moment I will stick with the old format .doc file.</description>
		<content:encoded><![CDATA[<p>I have just solved the same problem, hundred and hundereds unecessary table  tags needed deleting. In the end I took a chance and emailed it to a colleague with Word 2003, they downloaded the expansion pack to enable them to read the document. The document could be read ok in Word 03 then saved as a readable .doc file. When Word 03 saved the file as a .docx the file remained unreadable!</p>
<p>When the .doc file is opened in Word 07 and saved as a .docx file the resulting file is unreadable. So for the moment I will stick with the old format .doc file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WP Affiliate Guide is Hustling and Bustling - alternativeSOHO</title>
		<link>http://www.alternativesoho.com/reviews/word-xml-error.html#comment-3115</link>
		<dc:creator>WP Affiliate Guide is Hustling and Bustling - alternativeSOHO</dc:creator>
		<pubDate>Fri, 18 Jan 2008 19:53:35 +0000</pubDate>
		<guid>http://www.alternativesoho.com/reviews/word-xml-error.html#comment-3115</guid>
		<description>[...] the way, the WP Affiliate Guide ebook was what I was working on when the Microsoft Open XML error reared its ugly [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] the way, the WP Affiliate Guide ebook was what I was working on when the Microsoft Open XML error reared its ugly [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
