<?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 Template Engine in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Template-Engine/m-p/2353011#M119286</link>
    <description>&lt;P&gt;Is there any support for a Template Engine to generate HTML documents/ tables from DB inputs? I saw there is a tmustache&amp;nbsp;component but I have not been able to use it successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to do is read from DB and output as a HTML&amp;nbsp;page... Any suggestions welcome. Thank you.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Feb 2018 19:32:14 GMT</pubDate>
    <dc:creator>root</dc:creator>
    <dc:date>2018-02-09T19:32:14Z</dc:date>
    <item>
      <title>Template Engine</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Template-Engine/m-p/2353011#M119286</link>
      <description>&lt;P&gt;Is there any support for a Template Engine to generate HTML documents/ tables from DB inputs? I saw there is a tmustache&amp;nbsp;component but I have not been able to use it successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to do is read from DB and output as a HTML&amp;nbsp;page... Any suggestions welcome. Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 19:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Template-Engine/m-p/2353011#M119286</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2018-02-09T19:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Template Engine</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Template-Engine/m-p/2353012#M119287</link>
      <description>&lt;P&gt;You can make use of a bit of a hack, that I have used in the past. Create a webservice to return your data in XML. In the returned XML, ensure you have a stylesheet referenced. Create another service which will output an XSLT file (which is also standard XML). In your XML stylesheet, point it to your XSLT webservice URL. Maybe something like below...&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml-stylesheet type="text/xsl" href="http://my_esb_server:8040/services/myXSLT"?&amp;gt;&lt;/PRE&gt;&lt;P&gt;When the XML is loaded with your data it will try to use the XSLT stylesheet. When it follows the path it calls the webservice which returns the XSLT. This is then used to format your XML into HTML.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It sounds convoluted, but is a nice trick and not too hard to get right after a bit of playing around.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 20:17:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Template-Engine/m-p/2353012#M119287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-09T20:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Template Engine</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Template-Engine/m-p/2353013#M119288</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;This is interesting. I have never worked with XSLT to be honest. But, can XSLT provide ways to output a decent HTML page? Thanks.</description>
      <pubDate>Fri, 09 Feb 2018 20:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Template-Engine/m-p/2353013#M119288</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2018-02-09T20:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Template Engine</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Template-Engine/m-p/2353014#M119289</link>
      <description>&lt;P&gt;Take a look online. I can't think of why XSLT wouldn't suit your needs of producing HTML tabulated data. You can make it as basic or complicated as you like. It does require a bit of learning, but it is quite logical. Take a look here for an example of XSLT converting to HTML in action....&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.w3schools.com/xml/xml_xslt.asp" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.w3schools.com/xml/xml_xslt.asp&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 21:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Template-Engine/m-p/2353014#M119289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-09T21:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Template Engine</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Template-Engine/m-p/2353015#M119290</link>
      <description>Thank you. This looks promising.</description>
      <pubDate>Fri, 09 Feb 2018 21:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Template-Engine/m-p/2353015#M119290</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2018-02-09T21:48:34Z</dc:date>
    </item>
  </channel>
</rss>

