<?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: Reading text value from node using XPath function directly in BizTalk orchestrations</title>
	<atom:link href="http://www.richardhallgren.com/reading-text-value-from-node-using-xpath-function-directly-in-biztalk-orchestrations/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardhallgren.com/reading-text-value-from-node-using-xpath-function-directly-in-biztalk-orchestrations/</link>
	<description>.NET, BizTalk and integration focused scribbles</description>
	<lastBuildDate>Tue, 01 Jun 2010 22:09:55 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: &#160; XPathmania and XPath on TV!&#160;by&#160;.RICHARD</title>
		<link>http://www.richardhallgren.com/reading-text-value-from-node-using-xpath-function-directly-in-biztalk-orchestrations/comment-page-1/#comment-132</link>
		<dc:creator>&#160; XPathmania and XPath on TV!&#160;by&#160;.RICHARD</dc:creator>
		<pubDate>Fri, 03 Aug 2007 12:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/?p=110#comment-132</guid>
		<description>[...] blogged about the Visual Studio extension XPathmania before. It&#8217;s a very simple little tool that lets you write and test XPath inside of Visual Studio [...]</description>
		<content:encoded><![CDATA[<p>[...] blogged about the Visual Studio extension XPathmania before. It&#8217;s a very simple little tool that lets you write and test XPath inside of Visual Studio [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.richardhallgren.com/reading-text-value-from-node-using-xpath-function-directly-in-biztalk-orchestrations/comment-page-1/#comment-131</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 02 Aug 2007 13:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/?p=110#comment-131</guid>
		<description>@Raghav: I&#039;ll try and help you via email as I need some further explanation ...</description>
		<content:encoded><![CDATA[<p>@Raghav: I&#8217;ll try and help you via email as I need some further explanation &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghav</title>
		<link>http://www.richardhallgren.com/reading-text-value-from-node-using-xpath-function-directly-in-biztalk-orchestrations/comment-page-1/#comment-133</link>
		<dc:creator>Raghav</dc:creator>
		<pubDate>Tue, 31 Jul 2007 21:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/?p=110#comment-133</guid>
		<description>My question is not related to this post. But I thought you would know a way for my problem. In a BizTalk Map I need to get a node&#039;s inner xml as string. Is it possible? If possible can you tell me how to do it.</description>
		<content:encoded><![CDATA[<p>My question is not related to this post. But I thought you would know a way for my problem. In a BizTalk Map I need to get a node&#8217;s inner xml as string. Is it possible? If possible can you tell me how to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.richardhallgren.com/reading-text-value-from-node-using-xpath-function-directly-in-biztalk-orchestrations/comment-page-1/#comment-135</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 25 Jul 2007 06:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/?p=110#comment-135</guid>
		<description>@Michael: Excellent comment! I totally see the benefit of being able to unit test an expression and catch error quicker.</description>
		<content:encoded><![CDATA[<p>@Michael: Excellent comment! I totally see the benefit of being able to unit test an expression and catch error quicker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.richardhallgren.com/reading-text-value-from-node-using-xpath-function-directly-in-biztalk-orchestrations/comment-page-1/#comment-134</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 24 Jul 2007 21:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/?p=110#comment-134</guid>
		<description>Hi Richard,

The only thing i dont like about this is having the xpath expression hard coded in the orchestration.  Ive seen this a number of times where the schema then changes and you end up with a strange defect somewhere later in the process and you end up tracing it back to the xpath expression being wrong.  I tend to prefer the xpath expression being defined in a constant in a C# library which is then tested against a message instance as part of a unit test.  The benefit of this is if the expression becomes invalid you would know much quicker.

In what we have done this benefit outweighed the additional complexity to the deployment/solution</description>
		<content:encoded><![CDATA[<p>Hi Richard,</p>
<p>The only thing i dont like about this is having the xpath expression hard coded in the orchestration.  Ive seen this a number of times where the schema then changes and you end up with a strange defect somewhere later in the process and you end up tracing it back to the xpath expression being wrong.  I tend to prefer the xpath expression being defined in a constant in a C# library which is then tested against a message instance as part of a unit test.  The benefit of this is if the expression becomes invalid you would know much quicker.</p>
<p>In what we have done this benefit outweighed the additional complexity to the deployment/solution</p>
]]></content:encoded>
	</item>
</channel>
</rss>
