<?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 parse XML in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/parse-XML/m-p/2229304#M20281</link>
    <description>Hi,&lt;BR /&gt;i would like to create a job which &lt;BR /&gt;- receives xml in String as input &lt;BR /&gt;- parses it&lt;BR /&gt;- sends attributes and values of tags by mail&lt;BR /&gt;example of xml:&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;objet Nom="createUser"&amp;gt;&lt;BR /&gt;  &amp;lt;Attribut Nom="Nom"&amp;gt;gha&amp;lt;/Attribut&amp;gt;&lt;BR /&gt;  &amp;lt;Attribut Nom="Prenom"&amp;gt;zak&amp;lt;/Attribut&amp;gt;&lt;BR /&gt;&amp;lt;/objet&amp;gt;&lt;BR /&gt;1- can i do these thinks in Talend ?&lt;BR /&gt;2- which component can i use to parse xml ?&lt;BR /&gt;thanks</description>
    <pubDate>Sat, 16 Nov 2024 14:14:36 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T14:14:36Z</dc:date>
    <item>
      <title>parse XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parse-XML/m-p/2229304#M20281</link>
      <description>Hi,&lt;BR /&gt;i would like to create a job which &lt;BR /&gt;- receives xml in String as input &lt;BR /&gt;- parses it&lt;BR /&gt;- sends attributes and values of tags by mail&lt;BR /&gt;example of xml:&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;objet Nom="createUser"&amp;gt;&lt;BR /&gt;  &amp;lt;Attribut Nom="Nom"&amp;gt;gha&amp;lt;/Attribut&amp;gt;&lt;BR /&gt;  &amp;lt;Attribut Nom="Prenom"&amp;gt;zak&amp;lt;/Attribut&amp;gt;&lt;BR /&gt;&amp;lt;/objet&amp;gt;&lt;BR /&gt;1- can i do these thinks in Talend ?&lt;BR /&gt;2- which component can i use to parse xml ?&lt;BR /&gt;thanks</description>
      <pubDate>Sat, 16 Nov 2024 14:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parse-XML/m-p/2229304#M20281</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: parse XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parse-XML/m-p/2229305#M20282</link>
      <description>You can receive a xml-file and can transform this e.g. in a delimited file.&lt;BR /&gt;For example with&lt;BR /&gt;txslt&lt;BR /&gt;tfileinputxml&lt;BR /&gt;regards</description>
      <pubDate>Fri, 05 Sep 2008 11:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parse-XML/m-p/2229305#M20282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-05T11:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: parse XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parse-XML/m-p/2229306#M20283</link>
      <description>i want to receive xml-stream not xml-file.&lt;BR /&gt;it is possible, can you provide me example ?&lt;BR /&gt;thanks</description>
      <pubDate>Fri, 05 Sep 2008 12:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parse-XML/m-p/2229306#M20283</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-09-05T12:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: parse XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parse-XML/m-p/2229307#M20284</link>
      <description>Did you find any way around for this,, please help us, We are in the same situation, where we want the xml in a string variable to be parsed.
&lt;BR /&gt;Any help will be greatly appreciated, Thanks in anticipation.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Tahir Rauf</description>
      <pubDate>Thu, 17 Dec 2009 13:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parse-XML/m-p/2229307#M20284</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-12-17T13:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: parse XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parse-XML/m-p/2229308#M20285</link>
      <description>Hello Tahir Rauf
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;where we want the xml in a string variable to be parsed.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;You can use tWritedXMLField component to generate a xml string.
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 18 Dec 2009 05:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parse-XML/m-p/2229308#M20285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-18T05:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: parse XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parse-XML/m-p/2229309#M20286</link>
      <description>Was there any solution to this? How to pass a stream or a document type to txslt component versus have txslt read from the file system?</description>
      <pubDate>Mon, 17 Feb 2014 18:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parse-XML/m-p/2229309#M20286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-17T18:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: parse XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parse-XML/m-p/2229310#M20287</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Was there any solution to this? How to pass a stream or a document type to txslt component versus have txslt read from the file system?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Most of the file input components such as tFileInputXML allow to read a file from a stream, but tXslt do not support a steam or a document type as the file path now, you can report a new feature in our bugtracker. 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 24 Feb 2014 03:17:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parse-XML/m-p/2229310#M20287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-24T03:17:39Z</dc:date>
    </item>
  </channel>
</rss>

