<?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 Multiple loop in a tXMLMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Multiple-loop-in-a-tXMLMap/m-p/2357904#M123085</link>
    <description>Hi,
&lt;BR /&gt;I'd like to be able to build an xml file with a double loop. (I mean imbricated loops)
&lt;BR /&gt;&amp;lt;root&amp;gt;
&lt;BR /&gt; &amp;lt;parent&amp;gt;parent1
&lt;BR /&gt; &amp;lt;child&amp;gt;child1&amp;lt;/child&amp;gt;
&lt;BR /&gt; &amp;lt;child&amp;gt;child2&amp;lt;/child&amp;gt;
&lt;BR /&gt; &amp;lt;child&amp;gt;child3&amp;lt;/child&amp;gt;
&lt;BR /&gt; &amp;lt;/parent&amp;gt;
&lt;BR /&gt; &amp;lt;parent&amp;gt;parent2
&lt;BR /&gt; &amp;lt;child&amp;gt;childA&amp;lt;/child&amp;gt;
&lt;BR /&gt; &amp;lt;child&amp;gt;childB&amp;lt;/child&amp;gt;
&lt;BR /&gt; &amp;lt;child&amp;gt;childC&amp;lt;/child&amp;gt;
&lt;BR /&gt; &amp;lt;/parent&amp;gt;
&lt;BR /&gt;&amp;lt;/root&amp;gt;
&lt;BR /&gt;I wanna use tXMLmap components, but I cannot figure out how to make it work properly.
&lt;BR /&gt;Any tutorial/tip on that ?</description>
    <pubDate>Tue, 27 Mar 2012 12:58:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-03-27T12:58:48Z</dc:date>
    <item>
      <title>Multiple loop in a tXMLMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-loop-in-a-tXMLMap/m-p/2357904#M123085</link>
      <description>Hi,
&lt;BR /&gt;I'd like to be able to build an xml file with a double loop. (I mean imbricated loops)
&lt;BR /&gt;&amp;lt;root&amp;gt;
&lt;BR /&gt; &amp;lt;parent&amp;gt;parent1
&lt;BR /&gt; &amp;lt;child&amp;gt;child1&amp;lt;/child&amp;gt;
&lt;BR /&gt; &amp;lt;child&amp;gt;child2&amp;lt;/child&amp;gt;
&lt;BR /&gt; &amp;lt;child&amp;gt;child3&amp;lt;/child&amp;gt;
&lt;BR /&gt; &amp;lt;/parent&amp;gt;
&lt;BR /&gt; &amp;lt;parent&amp;gt;parent2
&lt;BR /&gt; &amp;lt;child&amp;gt;childA&amp;lt;/child&amp;gt;
&lt;BR /&gt; &amp;lt;child&amp;gt;childB&amp;lt;/child&amp;gt;
&lt;BR /&gt; &amp;lt;child&amp;gt;childC&amp;lt;/child&amp;gt;
&lt;BR /&gt; &amp;lt;/parent&amp;gt;
&lt;BR /&gt;&amp;lt;/root&amp;gt;
&lt;BR /&gt;I wanna use tXMLmap components, but I cannot figure out how to make it work properly.
&lt;BR /&gt;Any tutorial/tip on that ?</description>
      <pubDate>Tue, 27 Mar 2012 12:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-loop-in-a-tXMLMap/m-p/2357904#M123085</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-27T12:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple loop in a tXMLMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-loop-in-a-tXMLMap/m-p/2357905#M123086</link>
      <description>Hi,
&lt;BR /&gt;This post shows a usage of tXMLMap. I think your case can be coded with one loop (//child) that references the text contents of the parent (./parent).
&lt;BR /&gt;
&lt;A href="http://bekwam.blogspot.com/2011/10/updating-xml-in-database-with-talend.html" rel="nofollow noopener noreferrer"&gt;http://bekwam.blogspot.com/2011/10/updating-xml-in-database-with-talend.html&lt;/A&gt;
&lt;BR /&gt;This post has some overall xpath suggestions for use with Talend: 
&lt;A href="http://bekwam.blogspot.com/2011/07/xpath-loops-in-talend-open-studio.html" rel="nofollow noopener noreferrer"&gt;http://bekwam.blogspot.com/2011/07/xpath-loops-in-talend-open-studio.html&lt;/A&gt;</description>
      <pubDate>Tue, 27 Mar 2012 17:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-loop-in-a-tXMLMap/m-p/2357905#M123086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-27T17:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple loop in a tXMLMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-loop-in-a-tXMLMap/m-p/2357906#M123087</link>
      <description>Hi&lt;BR /&gt;Support of Multiloop in tXMLMap has been added in 5.1.0M2 which is now available on our website.&lt;BR /&gt;Warning : this is a milestone version, use it for testing new features only, not for production !&lt;BR /&gt;HTH,</description>
      <pubDate>Wed, 28 Mar 2012 03:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-loop-in-a-tXMLMap/m-p/2357906#M123087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-28T03:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple loop in a tXMLMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-loop-in-a-tXMLMap/m-p/2357907#M123088</link>
      <description>Thanks for the tip.
&lt;BR /&gt;I will try the latest milestone. Such a good timing as it has been released this week, right?...</description>
      <pubDate>Wed, 28 Mar 2012 11:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-loop-in-a-tXMLMap/m-p/2357907#M123088</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-28T11:17:08Z</dc:date>
    </item>
  </channel>
</rss>

