<?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: Adding tag &amp;lt;![CDATA[ in XML tree via TXMLMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Adding-tag-lt-CDATA-in-XML-tree-via-TXMLMap/m-p/2339804#M107899</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;As CDATA indicates Unparsed Character Data. It will be ignored by XML parser. &lt;/P&gt;&lt;P&gt; If you want to get CDATA, select "Get Nodes" option for this column and use tReplace to remove its node.&lt;/P&gt;&lt;P&gt;Please have a look at this related topic about: Adding tag &amp;lt;![CDATA[ to XML&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.talend.com/s/feed/0D53p00008BbGq7CAF" alt="https://community.talend.com/s/feed/0D53p00008BbGq7CAF" target="_blank"&gt;https://community.talend.com/s/feed/0D53p00008BbGq7CAF&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2023 04:16:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-01-18T04:16:20Z</dc:date>
    <item>
      <title>Adding tag &lt;![CDATA[ in XML tree via TXMLMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-tag-lt-CDATA-in-XML-tree-via-TXMLMap/m-p/2339803#M107898</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I am facing an issue trying to insert a tag &amp;lt;![CDATA[&amp;nbsp;in an xml  file.&lt;/P&gt;&lt;P&gt;This is what I would like to have :&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000bEDa8AAG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137379i70F9CE6F1BAE71B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000bEDa8AAG.png" alt="0695b00000bEDa8AAG.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I need to insert a tag &amp;lt;&lt;/P&gt;&lt;P&gt;![&lt;/P&gt;CTDATA&lt;P&gt;[&lt;/P&gt; between &amp;lt;Name&amp;gt; and &amp;lt;Code&amp;gt;  &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my job in Talend to do so :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000bEDUyAAO.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133587i06B1F85320370C2E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000bEDUyAAO.png" alt="0695b00000bEDUyAAO.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and the content of tXMLMap_1 (output) :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000bEDdbAAG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146665i1DAAF6756B1E99DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000bEDdbAAG.png" alt="0695b00000bEDdbAAG.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I need to add sub elements (like &amp;lt;code&amp;gt;) in &amp;lt;Name&amp;gt; and since i am doing this, I can't no more &lt;/P&gt;&lt;P&gt;add &lt;/P&gt;the tag &amp;lt;&lt;P&gt;![&lt;/P&gt;CTDATA&lt;P&gt;[&lt;/P&gt; as an expression in Name. &lt;P&gt;Any idea about how to handle this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-tag-lt-CDATA-in-XML-tree-via-TXMLMap/m-p/2339803#M107898</guid>
      <dc:creator>AlainfromVTF</dc:creator>
      <dc:date>2024-11-15T22:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding tag &lt;![CDATA[ in XML tree via TXMLMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-tag-lt-CDATA-in-XML-tree-via-TXMLMap/m-p/2339804#M107899</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;As CDATA indicates Unparsed Character Data. It will be ignored by XML parser. &lt;/P&gt;&lt;P&gt; If you want to get CDATA, select "Get Nodes" option for this column and use tReplace to remove its node.&lt;/P&gt;&lt;P&gt;Please have a look at this related topic about: Adding tag &amp;lt;![CDATA[ to XML&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.talend.com/s/feed/0D53p00008BbGq7CAF" alt="https://community.talend.com/s/feed/0D53p00008BbGq7CAF" target="_blank"&gt;https://community.talend.com/s/feed/0D53p00008BbGq7CAF&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 04:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-tag-lt-CDATA-in-XML-tree-via-TXMLMap/m-p/2339804#M107899</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-18T04:16:20Z</dc:date>
    </item>
  </channel>
</rss>

