<?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: XML Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/XML-Help/m-p/1055454#M353877</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the XML declaration (the first line in the file) contain an encoding attribute? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its possible the file contains a character which is invalid in that encoding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jan 2016 12:41:58 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2016-01-22T12:41:58Z</dc:date>
    <item>
      <title>XML Help</title>
      <link>https://community.qlik.com/t5/QlikView/XML-Help/m-p/1055452#M353875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While Importing XML file into qlik, I am getting error message on the screen.&lt;/P&gt;&lt;P&gt;Below is the screenshot for your reference :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="XMLTest.png" class="jive-image image-1" height="205" src="https://community.qlik.com/legacyfs/online/112300_XMLTest.png" style="height: 205.265px; width: 328px;" width="328" /&gt;&lt;/P&gt;&lt;P&gt;Kindly advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahamed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 12:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XML-Help/m-p/1055452#M353875</guid>
      <dc:creator>Mahamed_Qlik</dc:creator>
      <dc:date>2016-01-22T12:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: XML Help</title>
      <link>https://community.qlik.com/t5/QlikView/XML-Help/m-p/1055453#M353876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;XML is quite funny if it gets about the way is written.&lt;/P&gt;&lt;P&gt;try to look if the file is correctly formatted or post it here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 12:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XML-Help/m-p/1055453#M353876</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2016-01-22T12:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: XML Help</title>
      <link>https://community.qlik.com/t5/QlikView/XML-Help/m-p/1055454#M353877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the XML declaration (the first line in the file) contain an encoding attribute? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its possible the file contains a character which is invalid in that encoding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 12:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XML-Help/m-p/1055454#M353877</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-01-22T12:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: XML Help</title>
      <link>https://community.qlik.com/t5/QlikView/XML-Help/m-p/1055455#M353878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried reading the file into a program like XML Spy?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 12:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XML-Help/m-p/1055455#M353878</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-01-22T12:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: XML Help</title>
      <link>https://community.qlik.com/t5/QlikView/XML-Help/m-p/1055456#M353879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;first of all validate your XML, you can search (for example codebeautify).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some escape characters that invalidate a XML, not only for QlikView, but in general. &lt;/P&gt;&lt;P&gt;For example: " ' &amp;lt; &amp;gt; &amp;amp; that you can replace with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;" &amp;amp;quot;&lt;BR /&gt;' &amp;amp;apos;&lt;BR /&gt;&amp;lt; &amp;amp;lt;&lt;BR /&gt;&amp;gt; &amp;amp;gt;&lt;BR /&gt;&amp;amp; &amp;amp;amp;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Let us know.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;S.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 12:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XML-Help/m-p/1055456#M353879</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2016-01-22T12:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: XML Help</title>
      <link>https://community.qlik.com/t5/QlikView/XML-Help/m-p/1055457#M353880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try the below Document working in your QV Desktop?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7182"&gt;Generic XML Import&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 12:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XML-Help/m-p/1055457#M353880</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-01-22T12:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: XML Help</title>
      <link>https://community.qlik.com/t5/QlikView/XML-Help/m-p/1055458#M353881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to say but it was actually excel file and xml data in it.&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience caused. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 12:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XML-Help/m-p/1055458#M353881</guid>
      <dc:creator>Mahamed_Qlik</dc:creator>
      <dc:date>2016-01-22T12:50:38Z</dc:date>
    </item>
  </channel>
</rss>

