 




<?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: XML-INTO with allowmissing option</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/xml-into-with-allowmissing-option/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/xml-into-with-allowmissing-option/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 10:29:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/xml-into-with-allowmissing-option/#comment-113133</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Tue, 06 Nov 2012 23:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/xml-into-with-allowmissing-option/#comment-113133</guid>
		<description><![CDATA[&lt;EM&gt;After the XML-into, Text will be a space, Test will be a zero and Temp will be ‘AAA’.&lt;/EM&gt;
&#160;
That&#039;s what you have after XML-INTO. But what was the value of [Temp] before XML-INTO?
&#160;
Because the data structure is part of your program, you are responsible for setting an intial value of [Temp] before you run XML-INTO. If you set it to *LOVAL for example, you can test to see if it still has *LOVAL after you run XML-INTO. If the value has changed, you know that you received a new value.
&#160;
I&#039;m not sure how to clarify that.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p><em>After the XML-into, Text will be a space, Test will be a zero and Temp will be ‘AAA’.</em><br />
&nbsp;<br />
That&#8217;s what you have after XML-INTO. But what was the value of [Temp] before XML-INTO?<br />
&nbsp;<br />
Because the data structure is part of your program, you are responsible for setting an intial value of [Temp] before you run XML-INTO. If you set it to *LOVAL for example, you can test to see if it still has *LOVAL after you run XML-INTO. If the value has changed, you know that you received a new value.<br />
&nbsp;<br />
I&#8217;m not sure how to clarify that.<br />
&nbsp;<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baumgardnd</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/xml-into-with-allowmissing-option/#comment-113125</link>
		<dc:creator>baumgardnd</dc:creator>
		<pubDate>Tue, 06 Nov 2012 19:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/xml-into-with-allowmissing-option/#comment-113125</guid>
		<description><![CDATA[I&#160;need to know that&#160;I got&#160;the element so I know what to do to the&#160;field in my database file.&#160;I was hoping for an option in xml-into that would tell me that I got a value in the field, or didn&#039;t get a value in the field.
My data structure&#160;has 3 elements:&#160;Text 1A, Test 1S0 and Temp 3A. 
My file contains Txt = &#039;X&#039;, Tst = 9 and Tmp = &#039;123&#039;.
My doc just has &lt;Temp&gt;AAA&lt;/Temp&gt;. 
After the XML-into, Text will be a space, Test will be a zero and Temp will be &#039;AAA&#039;. 
I don&#039;t want to change Txt from &#039;X&#039; to a space nor Tst from 9 to&#160;zero, I only want to change&#160;Tmp from &#039;123&#039; to &#039;AAA&#039;.]]></description>
		<content:encoded><![CDATA[<p>I&nbsp;need to know that&nbsp;I got&nbsp;the element so I know what to do to the&nbsp;field in my database file.&nbsp;I was hoping for an option in xml-into that would tell me that I got a value in the field, or didn&#8217;t get a value in the field.<br />
My data structure&nbsp;has 3 elements:&nbsp;Text 1A, Test 1S0 and Temp 3A.<br />
My file contains Txt = &#8216;X&#8217;, Tst = 9 and Tmp = &#8217;123&#8242;.<br />
My doc just has &lt;Temp&gt;AAA&lt;/Temp&gt;.<br />
After the XML-into, Text will be a space, Test will be a zero and Temp will be &#8216;AAA&#8217;.<br />
I don&#8217;t want to change Txt from &#8216;X&#8217; to a space nor Tst from 9 to&nbsp;zero, I only want to change&nbsp;Tmp from &#8217;123&#8242; to &#8216;AAA&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/xml-into-with-allowmissing-option/#comment-112549</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Sat, 20 Oct 2012 09:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/xml-into-with-allowmissing-option/#comment-112549</guid>
		<description><![CDATA[&lt;EM&gt;Is there a way to do that with xml-into?&lt;/EM&gt;
&#160;
The documentation for allowmissing=yes tells you how to tell if an element was missing, and even shows an example of coding to detect a missing element.
&#160;
The way to tell if an element &lt;STRONG&gt;was not missing&lt;/STRONG&gt; is simply &lt;EM&gt;the opposite of&lt;/EM&gt; an element that &lt;STRONG&gt;was missing&lt;/STRONG&gt;.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p><em>Is there a way to do that with xml-into?</em><br />
&nbsp;<br />
The documentation for allowmissing=yes tells you how to tell if an element was missing, and even shows an example of coding to detect a missing element.<br />
&nbsp;<br />
The way to tell if an element <strong>was not missing</strong> is simply <em>the opposite of</em> an element that <strong>was missing</strong>.<br />
&nbsp;<br />
Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.036 seconds using memcached
Object Caching 295/301 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 10:31:14 -->