<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Generating Microsoft Word Documents Natively using BizTalk 2006</title>
	<atom:link href="http://www.modhul.com/2008/01/17/generating-microsoft-word-documents-natively-using-biztalk-2006/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.modhul.com/2008/01/17/generating-microsoft-word-documents-natively-using-biztalk-2006/</link>
	<description>Experiences of a UK BizTalk Consultant</description>
	<lastBuildDate>Wed, 10 Mar 2010 09:16:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Office support in BizTalk Server Component - Z3bu&#8217;s BizTalk Blog</title>
		<link>http://www.modhul.com/2008/01/17/generating-microsoft-word-documents-natively-using-biztalk-2006/comment-page-1/#comment-366</link>
		<dc:creator>Office support in BizTalk Server Component - Z3bu&#8217;s BizTalk Blog</dc:creator>
		<pubDate>Wed, 25 Feb 2009 14:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.modhul.com/2008/01/17/generating-microsoft-word-documents-natively-using-biztalk-2006/#comment-366</guid>
		<description>[...] and proof of concept that allows you to generate OOXML Word 2007 documents Read about it on his BLOG You can download the Component &amp; the [...]</description>
		<content:encoded><![CDATA[<p>[...] and proof of concept that allows you to generate OOXML Word 2007 documents Read about it on his BLOG You can download the Component &amp; the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Heppleston</title>
		<link>http://www.modhul.com/2008/01/17/generating-microsoft-word-documents-natively-using-biztalk-2006/comment-page-1/#comment-305</link>
		<dc:creator>Nick Heppleston</dc:creator>
		<pubDate>Wed, 17 Dec 2008 15:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.modhul.com/2008/01/17/generating-microsoft-word-documents-natively-using-biztalk-2006/#comment-305</guid>
		<description>Hi Richard,
Thanks for the comment; off the top of my head I&#039;m not sure how to achieve page numbers and headers, however this will be OOXML detail that will need to be built using the XSLT transformation.

One easy way to determine the OOXML that you need is to create a sample Word 2007 document, extract the body part from the zip file and inspect the Xml that is generated. You can easily then use that as the basis of your transformation.

Cheers, Nick.</description>
		<content:encoded><![CDATA[<p>Hi Richard,<br />
Thanks for the comment; off the top of my head I&#8217;m not sure how to achieve page numbers and headers, however this will be OOXML detail that will need to be built using the XSLT transformation.</p>
<p>One easy way to determine the OOXML that you need is to create a sample Word 2007 document, extract the body part from the zip file and inspect the Xml that is generated. You can easily then use that as the basis of your transformation.</p>
<p>Cheers, Nick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Paterson</title>
		<link>http://www.modhul.com/2008/01/17/generating-microsoft-word-documents-natively-using-biztalk-2006/comment-page-1/#comment-304</link>
		<dc:creator>Richard Paterson</dc:creator>
		<pubDate>Wed, 17 Dec 2008 14:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.modhul.com/2008/01/17/generating-microsoft-word-documents-natively-using-biztalk-2006/#comment-304</guid>
		<description>Thanks Nick, this is a lifesaver!

Any thoughts on how more advance formatting like page numbers, headers etc can be achieved.

Richard</description>
		<content:encoded><![CDATA[<p>Thanks Nick, this is a lifesaver!</p>
<p>Any thoughts on how more advance formatting like page numbers, headers etc can be achieved.</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Open XML links for 02-20-2008 - Noticias externas</title>
		<link>http://www.modhul.com/2008/01/17/generating-microsoft-word-documents-natively-using-biztalk-2006/comment-page-1/#comment-31</link>
		<dc:creator>Open XML links for 02-20-2008 - Noticias externas</dc:creator>
		<pubDate>Wed, 20 Feb 2008 20:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.modhul.com/2008/01/17/generating-microsoft-word-documents-natively-using-biztalk-2006/#comment-31</guid>
		<description>[...] reports that such processes often need to generate. Nick Heppleston has an interesting post about how to create Open XML documents from BizTalk, including straightforward code samples and hands-on implementation details. Thanks for sharing, [...]</description>
		<content:encoded><![CDATA[<p>[...] reports that such processes often need to generate. Nick Heppleston has an interesting post about how to create Open XML documents from BizTalk, including straightforward code samples and hands-on implementation details. Thanks for sharing, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Heppleston</title>
		<link>http://www.modhul.com/2008/01/17/generating-microsoft-word-documents-natively-using-biztalk-2006/comment-page-1/#comment-32</link>
		<dc:creator>Nick Heppleston</dc:creator>
		<pubDate>Mon, 18 Feb 2008 21:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.modhul.com/2008/01/17/generating-microsoft-word-documents-natively-using-biztalk-2006/#comment-32</guid>
		<description>Hi Essam,
This should be relatively easy in a disassembling receive pipeline component: Receive your .docx or .xlsx via either the POP3 or FILE adapter and decompose the package using the System.IO.Packaging API. Once you have extracted the relevant Xml part of your document simply drop it out of the component and map either on either the receive port or in an orchestration. Should be simple (-ish!)

I do plan on developing a proof-of-concept to demonstrate decomposing a .docx file, however I&#039;m sans-laptop at the moment and can&#039;t do any development outside of work - gaaaah!!

Nick.</description>
		<content:encoded><![CDATA[<p>Hi Essam,<br />
This should be relatively easy in a disassembling receive pipeline component: Receive your .docx or .xlsx via either the POP3 or FILE adapter and decompose the package using the System.IO.Packaging API. Once you have extracted the relevant Xml part of your document simply drop it out of the component and map either on either the receive port or in an orchestration. Should be simple (-ish!)</p>
<p>I do plan on developing a proof-of-concept to demonstrate decomposing a .docx file, however I&#8217;m sans-laptop at the moment and can&#8217;t do any development outside of work &#8211; gaaaah!!</p>
<p>Nick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: essam</title>
		<link>http://www.modhul.com/2008/01/17/generating-microsoft-word-documents-natively-using-biztalk-2006/comment-page-1/#comment-33</link>
		<dc:creator>essam</dc:creator>
		<pubDate>Fri, 15 Feb 2008 21:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.modhul.com/2008/01/17/generating-microsoft-word-documents-natively-using-biztalk-2006/#comment-33</guid>
		<description>interesting post ,
I am thinking in the reverse scenario, I have documents in a shared folder or send by email and I need to extract the data from it and then pass to an Orchstration !

any advice</description>
		<content:encoded><![CDATA[<p>interesting post ,<br />
I am thinking in the reverse scenario, I have documents in a shared folder or send by email and I need to extract the data from it and then pass to an Orchstration !</p>
<p>any advice</p>
]]></content:encoded>
	</item>
</channel>
</rss>
