<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: BizTalk Tidbits</title>
	<link>http://www.stottcreations.com/blog/biztalk-tidbits/</link>
	<description>My BizTalk Experiences using Flat Files, InfoPath, BAM, BRE, BAS, HL7, HIPAA, WSS.</description>
	<pubDate>Wed, 10 Mar 2010 03:05:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Greg4</title>
		<link>http://www.stottcreations.com/blog/biztalk-tidbits/#comment-3</link>
		<pubDate>Tue, 04 Apr 2006 21:21:12 +0000</pubDate>
		<guid>http://www.stottcreations.com/blog/biztalk-tidbits/#comment-3</guid>
					<description>Eric,

3. You can use header/document/trailer document schemas to separate documents using the Flat file disassembler in the same way as the XmlDisassembler uses an envelope schema. 
5. A simpler bit of code
   &lt;code&gt;tempXMLData=IndividualMsg.BodyPart;
rawXmlData=tempXMLData.DocumentElement.OuterXml;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Eric,</p>
<p>3. You can use header/document/trailer document schemas to separate documents using the Flat file disassembler in the same way as the XmlDisassembler uses an envelope schema.<br />
5. A simpler bit of code<br />
   <code>tempXMLData=IndividualMsg.BodyPart;<br />
rawXmlData=tempXMLData.DocumentElement.OuterXml;</code>
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
