<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Iteration and Inline Variables in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331552#M11634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for the response.&amp;nbsp; To clarify, I am trying to iterate through feature class using OID, but would like to return Name field in output.&amp;nbsp; sp. Clip%Name%&lt;BR /&gt;is this possible?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In ModelBuilder 10.x you can access this value from the feature layer output for the iterator using the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/0040/004000000006000000.htm"&gt;Get Field Value&lt;/A&gt;&lt;SPAN&gt; tool. The output of that tool will be the value (say, %Name%) you can use in the output file name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another approach I've used is include the OID and name field in the iterator - then you can parse the value out of the iterator label element using the Calculate Value tool. For example on an iteration the iterator label element may be "1_Foo", you can then use Calculate Value to get the value using this expression: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;r"%Value%".split("_")[1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the above expression returns "Foo" if Value is "1_Foo".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2012 15:53:28 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2012-04-09T15:53:28Z</dc:date>
    <item>
      <title>Iteration and Inline Variables</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331549#M11631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am needing help determining syntax of inline variable to use string from field name instead of 1..2...3.. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Similar to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]13287[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;n&lt;/SPAN&gt;&lt;SPAN&gt; in Test%n% becomes selected field name during each selection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 02:51:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331549#M11631</guid>
      <dc:creator>NoahHuntington</dc:creator>
      <dc:date>2012-04-06T02:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration and Inline Variables</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331550#M11632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am needing help determining syntax of inline variable to use string from field name instead of 1..2...3.. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your question is unclear to me. Have you tried looking at %Value%, which has the value for each iteration?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 05:22:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331550#M11632</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-04-06T05:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration and Inline Variables</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331551#M11633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Your question is unclear to me. Have you tried looking at %Value%, which has the value for each iteration?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the response.&amp;nbsp; To clarify, I am trying to iterate through feature class using OID, but would like to return Name field in output.&amp;nbsp; sp. Clip%Name%&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is this possible?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2012 06:55:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331551#M11633</guid>
      <dc:creator>NoahHuntington</dc:creator>
      <dc:date>2012-04-07T06:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration and Inline Variables</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331552#M11634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for the response.&amp;nbsp; To clarify, I am trying to iterate through feature class using OID, but would like to return Name field in output.&amp;nbsp; sp. Clip%Name%&lt;BR /&gt;is this possible?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In ModelBuilder 10.x you can access this value from the feature layer output for the iterator using the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/0040/004000000006000000.htm"&gt;Get Field Value&lt;/A&gt;&lt;SPAN&gt; tool. The output of that tool will be the value (say, %Name%) you can use in the output file name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another approach I've used is include the OID and name field in the iterator - then you can parse the value out of the iterator label element using the Calculate Value tool. For example on an iteration the iterator label element may be "1_Foo", you can then use Calculate Value to get the value using this expression: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;r"%Value%".split("_")[1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the above expression returns "Foo" if Value is "1_Foo".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 15:53:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331552#M11634</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-04-09T15:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration and Inline Variables</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331553#M11635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In ModelBuilder 10.x you can access this value from the feature layer output for the iterator using the &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/0040/004000000006000000.htm"&gt;Get Field Value&lt;/A&gt; tool. The output of that tool will be the value (say, %Name%) you can use in the output file name.&lt;BR /&gt;&lt;BR /&gt;Another approach I've used is include the OID and name field in the iterator - then you can parse the value out of the iterator label element using the Calculate Value tool. For example on an iteration the iterator label element may be "1_Foo", you can then use Calculate Value to get the value using this expression: &lt;BR /&gt;&lt;BR /&gt;r"%Value%".split("_")[1] &lt;BR /&gt;&lt;BR /&gt;the above expression returns "Foo" if Value is "1_Foo".&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Curtis:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you point me to some documentation, or examples of the expression syntax similar to that above.&amp;nbsp; I'm wanting to do something similar but strip off the last 4 characters of %Value%.&amp;nbsp; So if %Value% = raster.tif, I want to use %Value% plus an expression to get raster.shp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wade&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 15:26:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331553#M11635</guid>
      <dc:creator>WadeGivens</dc:creator>
      <dc:date>2012-04-17T15:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration and Inline Variables</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331554#M11636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Can you point me to some documentation, or examples of the expression syntax similar to that above.&amp;nbsp; I'm wanting to do something similar but strip off the last 4 characters of %Value%.&amp;nbsp; So if %Value% = raster.tif, I want to use %Value% plus an expression to get raster.shp&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to get familiar with the basic Python syntax for handling strings. I'd start with the &lt;/SPAN&gt;&lt;A href="http://docs.python.org/tutorial/" rel="nofollow noopener noreferrer" target="_blank"&gt;Python tutorial&lt;/A&gt;&lt;SPAN&gt;. (All the basic Python string handling is early in the tutorial.)&amp;nbsp; Esri has some nice python training on the &lt;/SPAN&gt;&lt;A href="http://training.esri.com/gateway/" rel="nofollow noopener noreferrer" target="_blank"&gt;training.esri.com&lt;/A&gt;&lt;SPAN&gt;, free and not-free. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And, for use in ModelBuilder, the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//0017000000v8000000" rel="nofollow noopener noreferrer" target="_blank"&gt;Calculate Value &lt;/A&gt;&lt;SPAN&gt;tool reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a great series on the ArcGIS blog on taking full advantage of ModelBuilder's capabilities here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2011/06/06/modelbuilderifthenelse1/" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcGIS Blog: If you are stuck at "if" (3 parts)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, to your issue: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The safest way to strip off a file extension is to use the Python os module's os.path.splitext:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt;&amp;gt; import os
&amp;gt;&amp;gt;&amp;gt; os.path.splitext("e:\\work\\image.tif")[0]
'e:\\work\\image'&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using Calculate Value - you need a code block to use the os module:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Expression (mind the use of "r", quotes and the "%" variable delimeter)&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;f(r"%path_element%")&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Code Block:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
def f(path):
&amp;nbsp; import os
&amp;nbsp; return os.path.splitext(path)[0]
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:41:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331554#M11636</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-12-11T15:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration and Inline Variables</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331555#M11637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the references!&amp;nbsp; Will start digging into them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the interest of making it a bit more universal for future use, would the following remove the last 4 characters from a string stored in %Value% ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using Calculate Field&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Expression:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;f(r"%Value%")&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Code Block:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;def f(Value):
&amp;nbsp; import os
&amp;nbsp; return Value[-4]&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Data type set as String&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:41:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331555#M11637</guid>
      <dc:creator>WadeGivens</dc:creator>
      <dc:date>2021-12-11T15:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration and Inline Variables</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331556#M11638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In the interest of making it a bit more universal for future use, would the following remove the last 4 characters from a string stored in %Value% ?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Almost got it -- refer to the examples of slicing strings in that Python tutorial I referenced.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(BTW &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Calculate Value&lt;/SPAN&gt;&lt;SPAN&gt; is the tool you want, not &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Calculate Field,&lt;/SPAN&gt;&lt;SPAN&gt; which calculates fields in tables, not variables in ModelBuilder.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're just doing string manipulation you don't need the os module, so you can just snip off the last four characters of a path in the expression itself using built-in Python string slicing syntax and leave the code block empty:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;r"%Value%"[:-4]&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One of the really nice things about the python command line (including the one in ArcMap) is you can test these things easily before you put them in your model:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;gt;&amp;gt;&amp;gt; "file.tif"[4]
'.'
&amp;gt;&amp;gt;&amp;gt; "file.tif"[:-4]
'file'
&amp;gt;&amp;gt;&amp;gt; "file.tif"[-4:]
'.tif'
&amp;gt;&amp;gt;&amp;gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:41:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331556#M11638</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-12-11T15:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration and Inline Variables</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331557#M11639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You were right, meant Calculate values &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The reference for the string slicing is a good nugget to have.&amp;nbsp; I Can never keep straight of when to use the colon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm attaching a screenshot of the part of the model where I'm trying to implement the Calculate Value.&amp;nbsp; I specified a .tif image and parse the the path to get the file name (%Value%) to carry off for further processing.&amp;nbsp; In the Calculate Base Fiel Name I put the following code in the Expression line only (expression.png):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;r"%Value%"[:-8]&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]13606[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The output value for basename is in the screenshot (model_snippet.png).&amp;nbsp; I'm expecting the value to be "dinsdale_b1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Should the line of code be encapsulated with f() ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]13605[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 19:11:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331557#M11639</guid>
      <dc:creator>WadeGivens</dc:creator>
      <dc:date>2012-04-17T19:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration and Inline Variables</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331558#M11640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Should the line of code be encapsulated with f() ?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;No, the f() is how you call a function in the code block (if you need one).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to run the tool to get the result, and you need to run them in order (for example, Value need to be set before you run your Calculate Value tool that uses it).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 19:22:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331558#M11640</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-04-17T19:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration and Inline Variables</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331559#M11641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Stinking preconditions, get me everytime....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much for your help Curtis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 19:31:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/iteration-and-inline-variables/m-p/331559#M11641</guid>
      <dc:creator>WadeGivens</dc:creator>
      <dc:date>2012-04-17T19:31:17Z</dc:date>
    </item>
  </channel>
</rss>

