<?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: Using HTML tag on xml file from txmlmap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360669#M125216</link>
    <description>&lt;P&gt;Yea, sorry, i'm very bad to explain hard problem &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAiG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152048i18870681EA7B00FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAiG.png" alt="0683p000009MAiG.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So, Its doesnt work with only one &amp;lt;p&amp;gt; tag like this xml file, but its working for 2 or more.&lt;/P&gt; 
&lt;P&gt;I'm using this XPath query&lt;/P&gt; 
&lt;PRE&gt;"my:DATA/my:Description/html"&lt;/PRE&gt; 
&lt;P&gt;I just want the data between html code , because I can have &amp;lt;span&amp;gt; into &amp;lt;p&amp;gt; tag or &amp;lt;table&amp;gt;&amp;nbsp; , and I insert all data into Oracle DB&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ls0y"&gt;Besoin.xml&lt;/A&gt;</description>
    <pubDate>Fri, 16 Feb 2018 09:44:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-16T09:44:43Z</dc:date>
    <item>
      <title>Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360648#M125195</link>
      <description>&lt;P&gt;Hello, I have a XML file with many rows, and in my tXmlMap, I need one rows who contains html&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ligne.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LscJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148533iF1944EDB35E8E7C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LscJ.png" alt="0683p000009LscJ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;In this rows, I use the html tag in my tXmlMap, but he stop read at the first line and talend send me error&lt;/P&gt; 
&lt;PRE&gt;ORA-01400: Cannot insert NULL into ("DB"."table"."column")&lt;/PRE&gt; 
&lt;P&gt;But, other xml file with many html rows , its working for exemple, after my &amp;lt;p&amp;gt; Hello, &amp;lt;/p&amp;gt; I press enter to make a new line, its working&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Edit: I tried to use this&lt;/P&gt; 
&lt;PRE&gt;StringHandling.EREPLACE(row2.html,"&amp;lt;/p&amp;gt;","&amp;lt;/p&amp;gt;&amp;lt;br&amp;gt;") &lt;/PRE&gt; 
&lt;P&gt;but nothing&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 09:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360648#M125195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-14T09:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360649#M125196</link>
      <description>&lt;P&gt;I'm afraid your explanation of your problem is not very clear. Are you trying to interrogate HTML using a tXMLMap?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 12:49:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360649#M125196</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-14T12:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360650#M125197</link>
      <description>&lt;P&gt;Hello ( sorry for my bad English :s )&lt;/P&gt;&lt;P&gt;So I have on xml file , and in this, i need the tag, so i put in my tXmlMap&amp;nbsp;&amp;nbsp;but in my tLogRow , it show me nothing while my tag contains&amp;nbsp; one rows ( at the top&amp;nbsp;of the page&amp;nbsp;screen, this is the error returned)&lt;/P&gt;&lt;P&gt;And when i want to insert this data, I got error " NULL" but in my XML file ther is not null&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 13:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360650#M125197</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-14T13:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360651#M125198</link>
      <description>&lt;P&gt;Can you post an example of the XML and the element that you want to return? There may be a different component you can use as I suspect the tXMLMap will not be suitable.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 13:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360651#M125198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-14T13:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360652#M125199</link>
      <description>&lt;P&gt;This is my xml tag who contains the html information ( I need all&amp;nbsp;informations in&amp;nbsp;all &amp;lt;P&amp;gt; tag &lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="row1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsOU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147118i8423C580715DE0AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsOU.png" alt="0683p000009LsOU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is my logrow , he show me nothing&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="row1_logrow.PNG" style="width: 193px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsdH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156620iD92EA3D6287FA7EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsdH.png" alt="0683p000009LsdH.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is my txmlmap colomns ( main row)&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="row1_map.PNG" style="width: 378px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsWW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149699i06FDB983251957EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsWW.png" alt="0683p000009LsWW.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;And in my tFileInputXML, in the XPath request for my html, i used //* at end for read all line, and now, he show me the rows BUT only the first&amp;nbsp; &amp;lt;p&amp;gt; tag&amp;nbsp;and not all &amp;lt;p&amp;gt; tag&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 15:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360652#M125199</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-14T15:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360653#M125200</link>
      <description>&lt;P&gt;That is because your &amp;lt;html&amp;gt; element contains only another element as far as the XMLMap is concerned. Therefore it is quite rights returning null. Try using the tExtractXMLField to get this HTML tag. You will need to use XPaths for this. You will also need to tick the Get Nodes" box for the column you want to receive the value in.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 15:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360653#M125200</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-14T15:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360654#M125201</link>
      <description>&lt;P&gt;Oh okey, I see, but how i should use the ExtractXMLfield ? because I got " Error on line1 of document, Nested exception"&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt; wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;That is because your &amp;lt;html&amp;gt; element contains only another element as far as the XMLMap is concerned. Therefore it is quite rights returning null. Try using the tExtractXMLField to get this HTML tag. You will need to use XPaths for this. You will also need to tick the Get Nodes" box for the column you want to receive the value in.&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 15:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360654#M125201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-14T15:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360655#M125202</link>
      <description>&lt;P&gt;You need to be working with a Document. If it is a String, you need to convert it to a Document using a tConvertType component. If you are using HTML and NOT an XML Document, it won't work in many cases. It MUST be XML&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 16:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360655#M125202</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-14T16:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360656#M125203</link>
      <description>&lt;P&gt;So i'm using a tHttpRequest to get my file and tFileInputXML&amp;nbsp; for read it .&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="helpos.PNG" style="width: 654px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsG5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142654i500481A41D9FB32D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsG5.png" alt="0683p000009LsG5.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I replace my tFileInputXml by the tExtractXMLField ?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 08:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360656#M125203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-15T08:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360657#M125204</link>
      <description>&lt;P&gt;Problem is &amp;lt;p&amp;gt; tag&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 08:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360657#M125204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-15T08:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360658#M125205</link>
      <description>&lt;P&gt;You're not using XML. XML and HTML are similar but are not interchangeable. If you want to parse HTML, you will need to use third party Java APIs. I have written a tutorial on how this can be done here:&amp;nbsp;&lt;A href="https://www.rilhia.com/tutorials/using-third-party-java-library-scrape-content-table-web-page" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.rilhia.com/tutorials/using-third-party-java-library-scrape-content-table-web-page&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 10:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360658#M125205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-15T10:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360659#M125206</link>
      <description>&lt;P&gt;when I press space between&lt;/P&gt;
&lt;PRE&gt;&amp;lt;my:Description&amp;gt;&amp;lt;html xmlns="http://www.w3.org/1999/xhtml" xml:space="preserve"&amp;gt; &amp;lt;p&amp;gt;​&lt;/PRE&gt;
&lt;P&gt;my html tag and &amp;lt;p&amp;gt; tag its work fine, but the file comes with no space and I can't edit file (The job insert the data in db)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 10:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360659#M125206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-15T10:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360660#M125207</link>
      <description>&lt;P&gt;What error are you getting? The actual error in the output window in full.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 10:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360660#M125207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-15T10:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360661#M125208</link>
      <description>&lt;P&gt;Ther is my xml file&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LrwP"&gt;Besoin%20Assistance-2018-02-02T14_59_24-test.xml&lt;/A&gt;</description>
      <pubDate>Thu, 15 Feb 2018 10:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360661#M125208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-15T10:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360662#M125209</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nothing.PNG" style="width: 703px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lsj5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147555i990CDF781BF75C45/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lsj5.png" alt="0683p000009Lsj5.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;This is from normal xml file without the space between&amp;nbsp; &amp;gt;&amp;lt;p&amp;gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;and &lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ok.PNG" style="width: 872px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsLR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140342i025707CF0AF4F761/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsLR.png" alt="0683p000009LsLR.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;this is when i put space between &amp;gt;&amp;lt;p&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 10:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360662#M125209</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-15T10:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360663#M125210</link>
      <description>&lt;P&gt;This is a nasty file to work with. I don't believe it is well formed at all....but then Microsoft seldom conform to standards. The "my" is not bound....was the file you sent me edited? Anyway, after removing the broken XML I was able to get the following XPath to work with or without a space between html and &amp;lt;p&amp;gt; ....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"./DATA/Description/html/p"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was using just a tFileInputXML and had "/WebFORM" as the Loop XPath query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 11:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360663#M125210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-15T11:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360664#M125211</link>
      <description>&lt;P&gt;Hi and thx for reply, so yes I upload a new file, sorry I edited the old file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't use the XPath "./DATA/Description/html/p" because I have other XML file with many tag like this and its show me only the first &amp;lt;p&amp;gt; tag , "Bonjour," and not all tag, and I used "./DATA/Description//*"&amp;nbsp; to read all line in description&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LrnY"&gt;Besoin%20Assistance-2018-02-13T15_02_15-test2.xml&lt;/A&gt;</description>
      <pubDate>Thu, 15 Feb 2018 12:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360664#M125211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-15T12:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360665#M125212</link>
      <description>&lt;P&gt;Using your new file (it is still missing a namespace for "my", but I added a dummy one), I was able to return .....&lt;/P&gt; 
&lt;PRE&gt;&amp;lt;html xmlns="http://www.w3.org/1999/xhtml" xml:space="preserve"&amp;gt;&amp;lt;p&amp;gt;​Bonjour,&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;Je vous remercie de bien vouloir renommer le répertoire Solidarités par Actions Solidaires qui se trouve sur H, direction des Solidarités et de la Santé Publique.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;Cordialement&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;Stest&amp;nbsp;&amp;lt;/p&amp;gt;&amp;lt;/html&amp;gt;&lt;/PRE&gt; 
&lt;P&gt;....using an XPath of&amp;nbsp;"./my&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt;ATA/my&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt;escription/html" and keeping "Get Nodes" ticked. By unticking "Get Nodes" I get .....&lt;/P&gt; 
&lt;PRE&gt;Bonjour,
Je vous remercie de bien vouloir renommer le répertoire Solidarités par Actions Solidaires qui se trouve sur H, direction des Solidarités et de la Santé Publique.
Cordialement
Stest&lt;/PRE&gt; 
&lt;P&gt;Is this not what you want?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 13:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360665#M125212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-15T13:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360666#M125213</link>
      <description>&lt;P&gt;Did the above work?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 17:03:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360666#M125213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-15T17:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using HTML tag on xml file from txmlmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360667#M125214</link>
      <description>&lt;P&gt;Hey, sorry for late reply ( time difference maybe &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MANf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131584i20FE99D2FCDE3A4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MANf.png" alt="0683p000009MANf.png" /&gt;&lt;/span&gt; )&amp;nbsp; So I tried again the XPath&lt;/P&gt; 
&lt;PRE&gt; "/my:DATA/my:Description/html"&lt;/PRE&gt; 
&lt;P&gt;But it still return me all the html in my xml file, its Ok&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But ther is not returning html on file with only one &amp;lt;p&amp;gt; tag like this file !&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error2.PNG" style="width: 656px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lsg8.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156367i1B53696180FB9633/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lsg8.png" alt="0683p000009Lsg8.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lrnn"&gt;Besoin.xml&lt;/A&gt;</description>
      <pubDate>Fri, 16 Feb 2018 08:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-HTML-tag-on-xml-file-from-txmlmap/m-p/2360667#M125214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-16T08:24:24Z</dc:date>
    </item>
  </channel>
</rss>

