<?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 two namespaces with the same value in advancedfileoutputXML in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/two-namespaces-with-the-same-value-in-advancedfileoutputXML/m-p/2493792#M141532</link>
    <description>&lt;P&gt;I have 2 namespaces with the same value, namely&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="asafrian1700127126_0-1732160959002.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174657iA2A2C58CBD7430FF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="asafrian1700127126_0-1732160959002.png" alt="asafrian1700127126_0-1732160959002.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;- xmlns:(default) with static value &lt;A href="http://www.energistics.org/energyml/data/prodmlv2" target="_blank" rel="noopener"&gt;http://www.energistics.org/energyml/data/prodmlv2&lt;/A&gt;&lt;BR /&gt;- xmlns:prodml with static value &lt;A href="http://www.energistics.org/energyml/data/prodmlv2" target="_blank" rel="noopener"&gt;http://www.energistics.org/energyml/data/prodmlv2&lt;/A&gt;&lt;BR /&gt;I created xmlns:(default) by emptying the prefix.&lt;/P&gt;
&lt;P&gt;- If I use those 2 namespaces, the appearance of the top part (header) is as I want, but the other tag parts cause the addition of "prodml:" in each xml tag.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="asafrian1700127126_1-1732161300944.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174658iDFD33EBA57BB0BB8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="asafrian1700127126_1-1732161300944.png" alt="asafrian1700127126_1-1732161300944.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;- but when I only use namespace 1, namely "xmlns:prodml" it produces another tag without prodml (as I expected) but the header is not as I expected (I want 2 namespaces to appear in the header)&lt;/P&gt;
&lt;P&gt;- If I empty the prefix section in the namespace, it will be the default, but I tried adding one letter variable, the tag is normal (but I want the header, namely xmlns = xxxxxx without prefix)&lt;/P&gt;
&lt;P&gt;What is the solution so that the 2 namespaces can be displayed in the header and not make many additions of "prodml:" on each xml tag? Is there a solution to add a namespace without a prefix but not make it the default?&lt;/P&gt;</description>
    <pubDate>Thu, 21 Nov 2024 04:00:27 GMT</pubDate>
    <dc:creator>asafrian1700127126</dc:creator>
    <dc:date>2024-11-21T04:00:27Z</dc:date>
    <item>
      <title>two namespaces with the same value in advancedfileoutputXML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/two-namespaces-with-the-same-value-in-advancedfileoutputXML/m-p/2493792#M141532</link>
      <description>&lt;P&gt;I have 2 namespaces with the same value, namely&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="asafrian1700127126_0-1732160959002.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174657iA2A2C58CBD7430FF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="asafrian1700127126_0-1732160959002.png" alt="asafrian1700127126_0-1732160959002.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;- xmlns:(default) with static value &lt;A href="http://www.energistics.org/energyml/data/prodmlv2" target="_blank" rel="noopener"&gt;http://www.energistics.org/energyml/data/prodmlv2&lt;/A&gt;&lt;BR /&gt;- xmlns:prodml with static value &lt;A href="http://www.energistics.org/energyml/data/prodmlv2" target="_blank" rel="noopener"&gt;http://www.energistics.org/energyml/data/prodmlv2&lt;/A&gt;&lt;BR /&gt;I created xmlns:(default) by emptying the prefix.&lt;/P&gt;
&lt;P&gt;- If I use those 2 namespaces, the appearance of the top part (header) is as I want, but the other tag parts cause the addition of "prodml:" in each xml tag.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="asafrian1700127126_1-1732161300944.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174658iDFD33EBA57BB0BB8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="asafrian1700127126_1-1732161300944.png" alt="asafrian1700127126_1-1732161300944.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;- but when I only use namespace 1, namely "xmlns:prodml" it produces another tag without prodml (as I expected) but the header is not as I expected (I want 2 namespaces to appear in the header)&lt;/P&gt;
&lt;P&gt;- If I empty the prefix section in the namespace, it will be the default, but I tried adding one letter variable, the tag is normal (but I want the header, namely xmlns = xxxxxx without prefix)&lt;/P&gt;
&lt;P&gt;What is the solution so that the 2 namespaces can be displayed in the header and not make many additions of "prodml:" on each xml tag? Is there a solution to add a namespace without a prefix but not make it the default?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 04:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/two-namespaces-with-the-same-value-in-advancedfileoutputXML/m-p/2493792#M141532</guid>
      <dc:creator>asafrian1700127126</dc:creator>
      <dc:date>2024-11-21T04:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: two namespaces with the same value in advancedfileoutputXML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/two-namespaces-with-the-same-value-in-advancedfileoutputXML/m-p/2494338#M141552</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22035"&gt;@marksouzacosta&lt;/a&gt;&amp;nbsp;hi mark,&amp;nbsp;do you have any solution regarding this problem?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 01:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/two-namespaces-with-the-same-value-in-advancedfileoutputXML/m-p/2494338#M141552</guid>
      <dc:creator>asafrian1700127126</dc:creator>
      <dc:date>2024-11-25T01:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: two namespaces with the same value in advancedfileoutputXML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/two-namespaces-with-the-same-value-in-advancedfileoutputXML/m-p/2494456#M141564</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/269871"&gt;@asafrian1700127126&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Sorry I don't and I don't have a nice XML to test this scenario.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 15:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/two-namespaces-with-the-same-value-in-advancedfileoutputXML/m-p/2494456#M141564</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-11-25T15:31:34Z</dc:date>
    </item>
  </channel>
</rss>

