<?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: How to parse a subtag in a xml using Qlikview? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224096#M853730</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the format of the xml below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;title&amp;gt;Acknowledgements&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;There was a time&amp;lt;url href="xyz.org"&amp;gt;xyz.org&amp;lt;/url&amp;gt; Founders Association &amp;lt;url href="abc.org"&amp;gt;abc.org&amp;lt;/url&amp;gt;during ages&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;title&amp;gt;Acknowledgements1&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;Sa Re Ga&amp;lt;url href="pqr.org"&amp;gt;pqr.org&amp;lt;/url&amp;gt;Pa Dha&amp;lt;url href="pqr1.org"&amp;gt;pqr1.org&amp;lt;/url&amp;gt;Ni Sa&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;title&amp;gt;Acknowledgements2&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;The glory&amp;lt;url href="badumtiss.org"&amp;gt;badumtiss.org&amp;lt;/url&amp;gt;leads to&amp;lt;url href="badumtiss1.org"&amp;gt;badumtiss1.org&amp;lt;/url&amp;gt;success for all&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;title&amp;gt;Acknowledgements3&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;Chase your dreams&amp;lt;url href="tukur.org"&amp;gt;tukur.org&amp;lt;/url&amp;gt;And one day it will lead you to victory&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;title&amp;gt;Acknowledgements4&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;The path to enlightment is to know your inner self&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Arghya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Feb 2017 14:15:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-02-20T14:15:09Z</dc:date>
    <item>
      <title>How to parse a subtag in a xml using Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224089#M853720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a xml under which there is another tag. For example&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;The details of this book can be obtained from&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;url href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://xyz.org" rel="nofollow" target="_blank"&gt;https://xyz.org&lt;/A&gt;&lt;SPAN&gt;"&amp;gt; Founders Association &amp;lt;/url&amp;gt;. The book has captured the &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN&gt;&amp;lt;url href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://xyz1.org" rel="nofollow" target="_blank"&gt;https://xyz1.org&lt;/A&gt;&lt;SPAN&gt;"&amp;gt; XYZ Publisher&amp;lt;/url&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt; attention of the audience &amp;lt;/p&amp;gt;.&lt;/P&gt;&lt;P&gt;I tried to load the &amp;lt;p&amp;gt; tag using&lt;/P&gt;&lt;P&gt;Load p&lt;/P&gt;&lt;P&gt;from abc.xml&lt;/P&gt;&lt;P&gt;The result it shows is as follows:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The details of this book can be obtained from &lt;SPAN style="font-size: 13.3333px;"&gt;The book has captured the attention of the audience&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;But my desired result should be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The details of this book can be obtained from &lt;SPAN style="font-size: 13.3333px;"&gt;Founders Association.&lt;SPAN style="font-size: 13.3333px;"&gt;The book has captured the &lt;SPAN style="font-size: 13.3333px;"&gt;XYZ Publisher&lt;/SPAN&gt; attention of the audience.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Can someone help me out to achieve this? &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224089#M853720</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse a subtag in a xml using Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224090#M853721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the xml?&lt;/P&gt;&lt;P&gt;The structure will matter in trying to figure this out I think&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 10:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224090#M853721</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-20T10:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse a subtag in a xml using Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224091#M853722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;It is not possible to share the xml but the structure I have given you is the similar to that of the original xml. I am not bothered about the data in other tags.My only concern is to fetch all the text inside the &amp;lt;p&amp;gt; tag. The only difference is that some of the &amp;lt;p&amp;gt; tag doesn't contain an &amp;lt;url&amp;gt; tag whereas in some cases it contains one and in some two &amp;lt;url&amp;gt; tags. I cannot fetch the text in between the &amp;lt;url&amp;gt; tag. The data fetched through my process is as shown above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arghya Ray&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 11:42:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224091#M853722</guid>
      <dc:creator />
      <dc:date>2017-02-20T11:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse a subtag in a xml using Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224092#M853723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You haven't really given us very much to work on. A few more examples, as well as information on how the XML is delivered (are they fragments from a database, from a text file, from a web page); and your script that is not working. Without these we are only able to guess at a solution (and Sherlock Holmes has not logged in recently).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 11:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224092#M853723</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-02-20T11:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse a subtag in a xml using Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224093#M853724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;gah I missed a trick there with my username&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 11:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224093#M853724</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-20T11:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse a subtag in a xml using Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224094#M853725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Arghya&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hmm I wonder if it might be easier to parse it as text you see, but without the xml its really hard to know if that will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you just provide the XML with two or three lines (plus any header etc)&amp;nbsp; with the data made suitable for sharing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 11:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224094#M853725</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-20T11:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse a subtag in a xml using Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224095#M853727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;text parsing is dirty but it gets what you want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153734_Capture.PNG" style="height: 56px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14875924577128451" jivemacro_uid="_14875924577128451"&gt;
&lt;P&gt;load:&lt;/P&gt;
&lt;P&gt;LOAD @1&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;
&lt;P&gt;(txt, codepage is 1252, no labels, delimiter is '\t', msq);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;test:&lt;/P&gt;
&lt;P&gt;load&lt;/P&gt;
&lt;P&gt;replace(replace(replace(replace(replace(replace(replace(@1,TextBetween(@1,'&amp;lt;url','&amp;gt;'),''),'&amp;lt;url&amp;gt;',''),textbetween(replace(replace(@1,TextBetween(@1,'&amp;lt;url','&amp;gt;'),''),'&amp;lt;url&amp;gt;',''),'&amp;lt;url','&amp;gt;'),''),'&amp;lt;url&amp;gt;',''),'&amp;lt;p&amp;gt;',''),'&amp;lt;/p&amp;gt;',''),'&amp;lt;/url&amp;gt;','') as cleaned1&lt;/P&gt;
&lt;P&gt;resident load;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 12:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224095#M853727</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-20T12:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse a subtag in a xml using Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224096#M853730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the format of the xml below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;title&amp;gt;Acknowledgements&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;There was a time&amp;lt;url href="xyz.org"&amp;gt;xyz.org&amp;lt;/url&amp;gt; Founders Association &amp;lt;url href="abc.org"&amp;gt;abc.org&amp;lt;/url&amp;gt;during ages&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;title&amp;gt;Acknowledgements1&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;Sa Re Ga&amp;lt;url href="pqr.org"&amp;gt;pqr.org&amp;lt;/url&amp;gt;Pa Dha&amp;lt;url href="pqr1.org"&amp;gt;pqr1.org&amp;lt;/url&amp;gt;Ni Sa&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;title&amp;gt;Acknowledgements2&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;The glory&amp;lt;url href="badumtiss.org"&amp;gt;badumtiss.org&amp;lt;/url&amp;gt;leads to&amp;lt;url href="badumtiss1.org"&amp;gt;badumtiss1.org&amp;lt;/url&amp;gt;success for all&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;title&amp;gt;Acknowledgements3&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;Chase your dreams&amp;lt;url href="tukur.org"&amp;gt;tukur.org&amp;lt;/url&amp;gt;And one day it will lead you to victory&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;title&amp;gt;Acknowledgements4&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;The path to enlightment is to know your inner self&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Arghya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 14:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224096#M853730</guid>
      <dc:creator />
      <dc:date>2017-02-20T14:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse a subtag in a xml using Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224097#M853732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one seems to work straight up I am afraid, Qlik just pulls it straight in using the XML import for &amp;lt;p&amp;gt;&lt;/P&gt;&lt;P&gt;Assuming this is what you want of course&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153770_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 14:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224097#M853732</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-20T14:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse a subtag in a xml using Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224098#M853734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data set you have provided is not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My desired result should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chase your dreams tukur.org And one day it will lead you to victory&lt;/P&gt;&lt;P&gt;Sa Re Ga bla.bla Pa Dha bla1.org Ni Sa&lt;/P&gt;&lt;P&gt;The glory badumtiss.org leads to badumtiss1.org success for all&lt;/P&gt;&lt;P&gt;The path to enlightment is to know your inner self&lt;/P&gt;&lt;P&gt;There was a time bla.bla&amp;nbsp; Founders Association bla1.org during ages&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 11:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224098#M853734</guid>
      <dc:creator />
      <dc:date>2017-02-21T11:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse a subtag in a xml using Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224099#M853736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok that is what I wasn't clear on, I'll see what I can come up with &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 12:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224099#M853736</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-21T12:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse a subtag in a xml using Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224100#M853738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Adam. Your help will be highly appreciated.&lt;/P&gt;&lt;P&gt;Hope to get the solution from you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 13:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224100#M853738</guid>
      <dc:creator />
      <dc:date>2017-02-21T13:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse a subtag in a xml using Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224101#M853740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153940_Capture2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;This is a very specific parser but hopefully you can take it from here to finalise any tweaks.&lt;/P&gt;&lt;P&gt;load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14876852969906211 jive_text_macro" jivemacro_uid="_14876852969906211"&gt;
&lt;P&gt;LOAD @1&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;
&lt;P&gt;(txt, codepage is 1252, no labels, delimiter is '\t', msq);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;processing:&lt;/P&gt;
&lt;P&gt;load cleaned1,WildMatch(cleaned1,'*&amp;lt;*') as match;&lt;/P&gt;
&lt;P&gt;load&lt;/P&gt;
&lt;P&gt;replace(replace(replace(replace(replace(replace(replace(@1,TextBetween(@1,'&amp;lt;url','&amp;gt;'),''),'&amp;lt;url&amp;gt;',' '),textbetween(replace(replace(@1,TextBetween(@1,'&amp;lt;url','&amp;gt;'),''),'&amp;lt;url&amp;gt;',''),'&amp;lt;url','&amp;gt;'),''),'&amp;lt;url&amp;gt;',''),'&amp;lt;p&amp;gt;',''),'&amp;lt;/p&amp;gt;',''),'&amp;lt;/url&amp;gt;',' ') as cleaned1&lt;/P&gt;
&lt;P&gt;resident load;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;final:&lt;/P&gt;
&lt;P&gt;load cleaned1&lt;/P&gt;
&lt;P&gt;resident processing&lt;/P&gt;
&lt;P&gt;where match=0;&lt;/P&gt;
&lt;P&gt;drop tables load, processing;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also found this thread which may or may not help, I didn't have time to play&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>Tue, 21 Feb 2017 13:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224101#M853740</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-21T13:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse a subtag in a xml using Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224102#M853742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following script please&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PField,&lt;/P&gt;&lt;P&gt; Replace(PField1,TextBetween(PField1, '&amp;gt;',' ')&amp;amp;'&amp;gt;','')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as PField1;&lt;/P&gt;&lt;P&gt; Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PField, &lt;/P&gt;&lt;P&gt; Replace(PField1,TextBetween(PField, '&amp;gt;',' ')&amp;amp;'&amp;gt;','')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as PField1 ;&lt;/P&gt;&lt;P&gt; Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PField,&lt;/P&gt;&lt;P&gt; Replace(PField, '"','')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as PField1 ;&lt;/P&gt;&lt;P&gt; Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; Replace(Replace(PField,'&amp;lt;/url&amp;gt;',' '),'&amp;lt;url href=',' ') as PField;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Index(Lower(@1),'&amp;lt;p&amp;gt;')&amp;gt;0,TextBetween(@1,'&amp;lt;p&amp;gt;','&amp;lt;/p&amp;gt;')) as PField&lt;/P&gt;&lt;P&gt;FROM &lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, no labels, delimiter is '\t', msq); &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 13:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224102#M853742</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2017-02-21T13:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse a subtag in a xml using Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224103#M853743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;Thank You so much for your help. But still I need your help to solve another problem related to this matter. Please find here a sample XML. It contains tags like &amp;lt;doi&amp;gt;,&amp;lt;p&amp;gt; etc. as follows:&lt;/P&gt;&lt;P&gt;&amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;doi&amp;gt;ABC/1234&amp;lt;/doi&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;jid&amp;gt;ABC&amp;lt;/jid&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;aid&amp;gt;ABC1234&amp;lt;/aid&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;issue&amp;gt;22 6&amp;lt;/issue&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;onlinePublicationDate&amp;gt;2017-12-23&amp;lt;/onlinePublicationDate&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;copyright ownership="thirdParty"&amp;gt;© 2014 The Society.&amp;lt;/copyright&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;legalStatement type="Legal_ABC"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;This is an open access article under features of the &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;url href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://allopen.org/licenses/ab-bc-cd/4.2/" rel="nofollow" target="_blank"&gt;http://allopen.org/licenses/ab-bc-cd/4.2/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;Creative Features Attribution-NonCommercial-NoDerivs&amp;lt;/url&amp;gt; License, which permits use and distribution in any medium, made realistic.&amp;lt;/p&amp;gt;&amp;lt;/legalStatement&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;lstype&amp;gt;creativefeaturesab-bc-cd&amp;lt;/lstype&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;lsurl&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://allopen.org/licenses/by-nc-nd/4.0/" rel="nofollow" target="_blank"&gt;http://allopen.org/licenses/by-nc-nd/4.0/&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/lsurl&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;fundingInfo&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;fundingAgency&amp;gt;Medica Group, Inc.&amp;lt;/fundingAgency&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/fundingInfo&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;section type="acknowledgments" xml:id="wrr123456-section-05745"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;title type="main"&amp;gt;Acknowledgments&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;The men would like to thank XYZ, Peter Shetty, and Heather Connell CCRP for their assistance and their efforts in coordinating the study. Epiflix VLU Management Group included: David Warner, DPM, USA, FL.&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Source of Funding&amp;lt;/i&amp;gt;: This study was sponsored and funded by Medica Group, Inc., Sancez, JD.&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Conflicts of Interest&amp;lt;/i&amp;gt;: Hero has provided consultative services to Medica and has been a source of fire to us that has provided consultative services to Medica. All other contributors have no committments to disclose.&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/section&amp;gt;&amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;doi&amp;gt;PQR/45678&amp;lt;/doi&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;jid&amp;gt;PQR&amp;lt;/jid&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;aid&amp;gt;PQR45678&amp;lt;/aid&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;issue&amp;gt;2 10&amp;lt;/issue&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;onlinePublicationDate&amp;gt;2014-11-09&amp;lt;/onlinePublicationDate&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;copyright ownership="thirdParty"&amp;gt;©2014. The Audience.&amp;lt;/copyright&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;legalStatement type="Legal_PQR"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;This is an open access article under features of the &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;url href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://allopen.org/licenses/ab-bc-cd/4.2/" rel="nofollow" target="_blank"&gt;http://allopen.org/licenses/ab-bc-cd/4.2/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;Creative Features Attribution-NonCommercial-NoDerivs&amp;lt;/url&amp;gt; License, which permits use and distribution in any medium, made realistic.&amp;lt;/p&amp;gt;&amp;lt;/legalStatement&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;lstype&amp;gt;Lease&amp;lt;/lstype&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;lsurl&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://pqr.org/licenses/pq-qr-st/4.9/" rel="nofollow" target="_blank"&gt;http://pqr.org/licenses/pq-qr-st/4.9/&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/lsurl&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;section type="acknowledgments" xml:id="pkjhgt58468-sec-0022" numbered="no"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;title type="main"&amp;gt;Acknowledgments&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p xml:id="ess257-para-0064"&amp;gt;All raw image data are available on the portals of the organisation &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;url href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://klo.dfr.scf.gov" rel="nofollow" target="_blank"&gt;http://klo.dfr.scf.gov&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;klo.dfr.scf.gov&amp;lt;/url&amp;gt;. In addition, the experts are researching about the matter that are provided through &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;url href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://rew.dse.xzc.gov" rel="nofollow" target="_blank"&gt;http://rew.dse.xzc.gov&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;rew.dse.xzc.gov&amp;lt;/url&amp;gt;. This work was carried out at the society of fine arts GFDR.&amp;lt;/p&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/section&amp;gt;&amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my objective is to fetch all the text present inside the &amp;lt;p&amp;gt; tag for each doi because I have to join this field with another table which has doi as its primary key.&lt;/P&gt;&lt;P&gt;Therefore my result should be:&lt;/P&gt;&lt;P&gt;1) &lt;STRONG style="text-decoration: underline;"&gt;for doi &lt;SPAN style="font-size: 13.3333px;"&gt;ABC/1234,&lt;/SPAN&gt; the result is&lt;/STRONG&gt;: The men would like to thank XYZ, Peter Shetty, and Heather Connell CCRP for their assistance and their efforts in coordinating the study. Epiflix VLU Management Group included: David Warner, DPM, USA, FL. Source of Funding. : This study was sponsored and funded by Medica Group, Inc., Sancez, JD. Conflicts of Interest : Hero has provided consultative services to Medica and has been a source of fire to us that has provided consultative services to Medica. All other contributors have no committments to disclose.&lt;/P&gt;&lt;P&gt;2) &lt;STRONG&gt;for doi PQR/45678, the result is&lt;/STRONG&gt;: All raw image data are available on the portals of the organisation klo.dfr.scf.gov . In addition, the experts are researching about the matter that are provided through rew.dse.xzc.gov . This work was carried out at the society of fine arts GFDR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="text-decoration: underline;"&gt;NOTE: &amp;lt;p&amp;gt; tag only inside the &amp;lt;section&amp;gt; tag is required.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Arghya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 11:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-parse-a-subtag-in-a-xml-using-Qlikview/m-p/1224103#M853743</guid>
      <dc:creator />
      <dc:date>2017-02-23T11:47:40Z</dc:date>
    </item>
  </channel>
</rss>

