<?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 proper rss feed with tAdvancedFileOutputXML in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/proper-rss-feed-with-tAdvancedFileOutputXML/m-p/2247205#M32464</link>
    <description>Sorry I am mostly here when I need help. Thats the hard live equation. 
&lt;BR /&gt;I have created job that gives me domain name that will be free for registration tomorrow. 
&lt;BR /&gt;Now I need that information in rss feed. 
&lt;BR /&gt;But using tRSSOutput does not give me proper rss feed: 
&lt;BR /&gt; 
&lt;A href="http://winstart.com/tRSSOutput.xml" target="_blank" rel="nofollow noopener noreferrer"&gt;http://winstart.com/tRSSOutput.xml&lt;/A&gt; 
&lt;BR /&gt;I even try to get feedburner to reed the xml file but no luck. 
&lt;BR /&gt;I figure out tAdvancedFileOutputXML must be used. 
&lt;BR /&gt;But I am not shore how to create proper XML tree... 
&lt;BR /&gt;I have found something similar on the forum here but that did not help me all the way... 
&lt;BR /&gt;My schema list have only two items Domain and Date. Actually I just need the Domain in the output (becaus all Date i the same) 
&lt;BR /&gt;So I need proper rss output and with luxury I need something like this: 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;?xml version="1.0" ?&amp;gt;&lt;BR /&gt;&amp;lt;rss version="2.0"&amp;gt;&lt;BR /&gt;  &amp;lt;channel&amp;gt;&lt;BR /&gt;    &amp;lt;title&amp;gt;Title goes here&amp;lt;/title&amp;gt;&lt;BR /&gt;    &amp;lt;link&amp;gt;http://somedomain/&amp;lt;/link&amp;gt;&lt;BR /&gt;    &amp;lt;description&amp;gt;My proper rss feed...&amp;lt;/description&amp;gt;&lt;BR /&gt;    &amp;lt;image&amp;gt;&lt;BR /&gt;        &amp;lt;url&amp;gt;http://my.nice/logo.gif&amp;lt;/url&amp;gt; &lt;BR /&gt;        &amp;lt;link&amp;gt;http://mynice.site&amp;lt;/link&amp;gt; &lt;BR /&gt;    &amp;lt;/image&amp;gt; &lt;BR /&gt;    &amp;lt;item&amp;gt; &lt;BR /&gt;       &amp;lt;title&amp;gt;"Domain"&amp;lt;/title&amp;gt;&lt;BR /&gt;       &amp;lt;link&amp;gt;http://mysite.here/"Domain"&amp;lt;/link&amp;gt;  &lt;BR /&gt;       &amp;lt;description&amp;gt;The "Domain" is likely to be free tomorrow.&amp;lt;/description&amp;gt;&lt;BR /&gt;    &amp;lt;/item&amp;gt; &lt;BR /&gt;    &amp;lt;item&amp;gt; &lt;BR /&gt;       &amp;lt;title&amp;gt;"Domain"&amp;lt;/title&amp;gt;&lt;BR /&gt;       &amp;lt;link&amp;gt;http://mysite.here/"Domain"&amp;lt;/link&amp;gt;  &lt;BR /&gt;       &amp;lt;description&amp;gt;The "Domain" is likely to be free tomorrow.&amp;lt;/description&amp;gt;&lt;BR /&gt;    &amp;lt;/item&amp;gt; &lt;BR /&gt;  &amp;lt;/channel&amp;gt;&lt;BR /&gt;&amp;lt;/rss&amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt;Well the "Domain" is actual domain name... 
&lt;BR /&gt;Thankz for any help and sugestions..</description>
    <pubDate>Sat, 16 Nov 2024 13:07:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:07:19Z</dc:date>
    <item>
      <title>proper rss feed with tAdvancedFileOutputXML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/proper-rss-feed-with-tAdvancedFileOutputXML/m-p/2247205#M32464</link>
      <description>Sorry I am mostly here when I need help. Thats the hard live equation. 
&lt;BR /&gt;I have created job that gives me domain name that will be free for registration tomorrow. 
&lt;BR /&gt;Now I need that information in rss feed. 
&lt;BR /&gt;But using tRSSOutput does not give me proper rss feed: 
&lt;BR /&gt; 
&lt;A href="http://winstart.com/tRSSOutput.xml" target="_blank" rel="nofollow noopener noreferrer"&gt;http://winstart.com/tRSSOutput.xml&lt;/A&gt; 
&lt;BR /&gt;I even try to get feedburner to reed the xml file but no luck. 
&lt;BR /&gt;I figure out tAdvancedFileOutputXML must be used. 
&lt;BR /&gt;But I am not shore how to create proper XML tree... 
&lt;BR /&gt;I have found something similar on the forum here but that did not help me all the way... 
&lt;BR /&gt;My schema list have only two items Domain and Date. Actually I just need the Domain in the output (becaus all Date i the same) 
&lt;BR /&gt;So I need proper rss output and with luxury I need something like this: 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;?xml version="1.0" ?&amp;gt;&lt;BR /&gt;&amp;lt;rss version="2.0"&amp;gt;&lt;BR /&gt;  &amp;lt;channel&amp;gt;&lt;BR /&gt;    &amp;lt;title&amp;gt;Title goes here&amp;lt;/title&amp;gt;&lt;BR /&gt;    &amp;lt;link&amp;gt;http://somedomain/&amp;lt;/link&amp;gt;&lt;BR /&gt;    &amp;lt;description&amp;gt;My proper rss feed...&amp;lt;/description&amp;gt;&lt;BR /&gt;    &amp;lt;image&amp;gt;&lt;BR /&gt;        &amp;lt;url&amp;gt;http://my.nice/logo.gif&amp;lt;/url&amp;gt; &lt;BR /&gt;        &amp;lt;link&amp;gt;http://mynice.site&amp;lt;/link&amp;gt; &lt;BR /&gt;    &amp;lt;/image&amp;gt; &lt;BR /&gt;    &amp;lt;item&amp;gt; &lt;BR /&gt;       &amp;lt;title&amp;gt;"Domain"&amp;lt;/title&amp;gt;&lt;BR /&gt;       &amp;lt;link&amp;gt;http://mysite.here/"Domain"&amp;lt;/link&amp;gt;  &lt;BR /&gt;       &amp;lt;description&amp;gt;The "Domain" is likely to be free tomorrow.&amp;lt;/description&amp;gt;&lt;BR /&gt;    &amp;lt;/item&amp;gt; &lt;BR /&gt;    &amp;lt;item&amp;gt; &lt;BR /&gt;       &amp;lt;title&amp;gt;"Domain"&amp;lt;/title&amp;gt;&lt;BR /&gt;       &amp;lt;link&amp;gt;http://mysite.here/"Domain"&amp;lt;/link&amp;gt;  &lt;BR /&gt;       &amp;lt;description&amp;gt;The "Domain" is likely to be free tomorrow.&amp;lt;/description&amp;gt;&lt;BR /&gt;    &amp;lt;/item&amp;gt; &lt;BR /&gt;  &amp;lt;/channel&amp;gt;&lt;BR /&gt;&amp;lt;/rss&amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt;Well the "Domain" is actual domain name... 
&lt;BR /&gt;Thankz for any help and sugestions..</description>
      <pubDate>Sat, 16 Nov 2024 13:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/proper-rss-feed-with-tAdvancedFileOutputXML/m-p/2247205#M32464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: proper rss feed with tAdvancedFileOutputXML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/proper-rss-feed-with-tAdvancedFileOutputXML/m-p/2247206#M32465</link>
      <description>J7V5WX  &amp;lt;a href=""&amp;gt;bmteypeshkjk&amp;lt;/a&amp;gt;, werpnbyvbipx, abshodzmwsdl,</description>
      <pubDate>Sat, 11 Oct 2014 06:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/proper-rss-feed-with-tAdvancedFileOutputXML/m-p/2247206#M32465</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-10-11T06:19:34Z</dc:date>
    </item>
  </channel>
</rss>

