<?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 Merging two xml files in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Merging-two-xml-files/m-p/2289871#M63210</link>
    <description>Hi,&lt;BR /&gt;I am in need to merge some xml files to a single output xml file.The final output contains all the tags of child files.Can u plz tell me how to do this using talend?&lt;BR /&gt;Regards,&lt;BR /&gt;Nivaz</description>
    <pubDate>Sat, 16 Nov 2024 13:38:44 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T13:38:44Z</dc:date>
    <item>
      <title>Merging two xml files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-two-xml-files/m-p/2289871#M63210</link>
      <description>Hi,&lt;BR /&gt;I am in need to merge some xml files to a single output xml file.The final output contains all the tags of child files.Can u plz tell me how to do this using talend?&lt;BR /&gt;Regards,&lt;BR /&gt;Nivaz</description>
      <pubDate>Sat, 16 Nov 2024 13:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-two-xml-files/m-p/2289871#M63210</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Merging two xml files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-two-xml-files/m-p/2289872#M63211</link>
      <description>Hello Nivaz
&lt;BR /&gt;I think you can try the 'append the source xml file' feature on tAdvanceFileOutputXML component.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 17 Dec 2009 09:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-two-xml-files/m-p/2289872#M63211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-17T09:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Merging two xml files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-two-xml-files/m-p/2289873#M63212</link>
      <description>Hi Shong,
&lt;BR /&gt;Thanks for the reply.tAdvanceFileOutputXML can be the output component.How can I provide the input files for tAdvanceFileOutputXML?
&lt;BR /&gt;PLease reply.
&lt;BR /&gt;REgards,
&lt;BR /&gt;Nivaz</description>
      <pubDate>Mon, 21 Dec 2009 09:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-two-xml-files/m-p/2289873#M63212</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-12-21T09:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Merging two xml files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-two-xml-files/m-p/2289874#M63213</link>
      <description>If you want to merge two XML files using Visual C#.net that Dataset concept will be used to do this. You can try some code also with the help of XML namespace and XMLnode.&lt;BR /&gt;System.Xml.XmlDocument oDocFirst = new XmlDocument(); &lt;BR /&gt;oDocFirst.Load("d:\\xmlfiles\\parent.xml"); &lt;BR /&gt; &lt;BR /&gt;System.Xml.XmlDocument oDocSecond = new XmlDocument(); &lt;BR /&gt;oDocSecond.Load("d:\\xmlfiles\\child.xml"); &lt;BR /&gt;If you want to merge them on a simple way than you can try tAdvanceFileOutputXML to merge your two XML files where you have to specify parent file and the child file.</description>
      <pubDate>Thu, 08 Jul 2010 10:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-two-xml-files/m-p/2289874#M63213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-08T10:03:26Z</dc:date>
    </item>
  </channel>
</rss>

