<?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 to  internal table conversion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725899#M1771652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hu Meenu Agrawal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/Upload+XML+file+to+internal+table" title="http://wiki.sdn.sap.com/wiki/display/ABAP/Upload+XML+file+to+internal+table"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/Upload+XML+file+to+internal+table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Aug 2013 03:17:23 GMT</pubDate>
    <dc:creator>former_member209120</dc:creator>
    <dc:date>2013-08-23T03:17:23Z</dc:date>
    <item>
      <title>XML to  internal table conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725897#M1771650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to read a xml file and convert data into internal table(itab).&lt;/P&gt;&lt;P&gt;I already have the code but&amp;nbsp; the result&amp;nbsp; in itab is&amp;nbsp; not&amp;nbsp; in&amp;nbsp; proper format . &lt;/P&gt;&lt;P&gt;Itab is having data like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;emp_id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 112233&lt;/P&gt;&lt;P&gt;emp_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xyz&lt;/P&gt;&lt;P&gt;emp_id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 223344&lt;/P&gt;&lt;P&gt;emp_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; abc&lt;/P&gt;&lt;P&gt;emp_id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 334455&lt;/P&gt;&lt;P&gt;emp_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pqr&lt;/P&gt;&lt;P&gt;emp_id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 445566&lt;/P&gt;&lt;P&gt;emp_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mno&lt;/P&gt;&lt;P&gt;I want the&amp;nbsp; emp_ id and&amp;nbsp; emp_name&amp;nbsp; to be header of internal table&amp;nbsp; , and data to be stored row wise. like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;emp_id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; emp_name&lt;/P&gt;&lt;P&gt;112233&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xyz&lt;/P&gt;&lt;P&gt;223344&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; abc&lt;/P&gt;&lt;P&gt;334455&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pqr&lt;/P&gt;&lt;P&gt;445566&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mno&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I WANT A GENERIC PROGRAM for this&amp;nbsp; that can read any xml file and return data in internal table in required format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meenu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 11:42:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725897#M1771650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-22T11:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: XML to  internal table conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725898#M1771651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi meenu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Plz refer the following document properly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://scn.sap.com/docs/DOC-24791"&gt;https://scn.sap.com/docs/DOC-24791&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you plz paste your xml code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Narayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 17:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725898#M1771651</guid>
      <dc:creator>uppu_narayan</dc:creator>
      <dc:date>2013-08-22T17:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: XML to  internal table conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725899#M1771652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hu Meenu Agrawal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/Upload+XML+file+to+internal+table" title="http://wiki.sdn.sap.com/wiki/display/ABAP/Upload+XML+file+to+internal+table"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/Upload+XML+file+to+internal+table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 03:17:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725899#M1771652</guid>
      <dc:creator>former_member209120</dc:creator>
      <dc:date>2013-08-23T03:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: XML to  internal table conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725900#M1771653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My XML code is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="m"&gt;&amp;lt;?&lt;/SPAN&gt;&lt;SPAN class="pi"&gt;xml version="1.0" &lt;/SPAN&gt;&lt;SPAN class="m"&gt;?&amp;gt;&lt;/SPAN&gt;&amp;nbsp; &lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV class="c" style="text-indent: -2em; margin-left: 1em;"&gt;&lt;A class="b" href="https://community.sap.com/"&gt;-&lt;/A&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;catalog&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="e"&gt;&lt;DIV class="c" style="text-indent: -2em; margin-left: 1em;"&gt;&lt;A class="b" href="https://community.sap.com/"&gt;-&lt;/A&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="t"&gt; id&lt;/SPAN&gt;&lt;SPAN class="m"&gt;="&lt;/SPAN&gt;&lt;STRONG&gt;bk101&lt;/STRONG&gt;&lt;SPAN class="m"&gt;"&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="e"&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Gambardella, Matthew&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;XML Developer's Guide&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Computer&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;44.95&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;2000-10-01&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;An in-depth look at creating applications with XML.&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV class="c" style="text-indent: -2em; margin-left: 1em;"&gt;&lt;A class="b" href="https://community.sap.com/"&gt;-&lt;/A&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="t"&gt; id&lt;/SPAN&gt;&lt;SPAN class="m"&gt;="&lt;/SPAN&gt;&lt;STRONG&gt;bk102&lt;/STRONG&gt;&lt;SPAN class="m"&gt;"&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="e"&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Ralls, Kim&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Midnight Rain&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Fantasy&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;5.95&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;2000-12-16&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;A former architect battles corporate zombies, an evil sorceress, and her own childhood to become queen of the world.&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV class="c" style="text-indent: -2em; margin-left: 1em;"&gt;&lt;A class="b" href="https://community.sap.com/"&gt;-&lt;/A&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="t"&gt; id&lt;/SPAN&gt;&lt;SPAN class="m"&gt;="&lt;/SPAN&gt;&lt;STRONG&gt;bk103&lt;/STRONG&gt;&lt;SPAN class="m"&gt;"&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="e"&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Corets, Eva&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Maeve Ascendant&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Fantasy&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;5.95&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;2000-11-17&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;After the collapse of a nanotechnology society in England, the young survivors lay the foundation for a new society.&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV class="c" style="text-indent: -2em; margin-left: 1em;"&gt;&lt;A class="b" href="https://community.sap.com/"&gt;-&lt;/A&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="t"&gt; id&lt;/SPAN&gt;&lt;SPAN class="m"&gt;="&lt;/SPAN&gt;&lt;STRONG&gt;bk104&lt;/STRONG&gt;&lt;SPAN class="m"&gt;"&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="e"&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Corets, Eva&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Oberon's Legacy&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Fantasy&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;5.95&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;2001-03-10&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;In post-apocalypse England, the mysterious agent known only as Oberon helps to create a new life for the inhabitants of London. Sequel to Maeve Ascendant.&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV class="c" style="text-indent: -2em; margin-left: 1em;"&gt;&lt;A class="b" href="https://community.sap.com/"&gt;-&lt;/A&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="t"&gt; id&lt;/SPAN&gt;&lt;SPAN class="m"&gt;="&lt;/SPAN&gt;&lt;STRONG&gt;bk105&lt;/STRONG&gt;&lt;SPAN class="m"&gt;"&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="e"&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Corets, Eva&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;The Sundered Grail&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Fantasy&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;5.95&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;2001-09-10&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;The two daughters of Maeve, half-sisters, battle one another for control of England. Sequel to Oberon's Legacy.&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV class="c" style="text-indent: -2em; margin-left: 1em;"&gt;&lt;A class="b" href="https://community.sap.com/"&gt;-&lt;/A&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="t"&gt; id&lt;/SPAN&gt;&lt;SPAN class="m"&gt;="&lt;/SPAN&gt;&lt;STRONG&gt;bk106&lt;/STRONG&gt;&lt;SPAN class="m"&gt;"&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="e"&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Randall, Cynthia&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Lover Birds&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Romance&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;4.95&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;2000-09-02&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;When Carla meets Paul at an ornithology conference, tempers fly as feathers get ruffled.&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV class="c" style="text-indent: -2em; margin-left: 1em;"&gt;&lt;A class="b" href="https://community.sap.com/"&gt;-&lt;/A&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="t"&gt; id&lt;/SPAN&gt;&lt;SPAN class="m"&gt;="&lt;/SPAN&gt;&lt;STRONG&gt;bk107&lt;/STRONG&gt;&lt;SPAN class="m"&gt;"&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="e"&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Thurman, Paula&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Splish Splash&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Romance&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;4.95&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;2000-11-02&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;A deep sea diver finds true love twenty thousand leagues beneath the sea.&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV class="c" style="text-indent: -2em; margin-left: 1em;"&gt;&lt;A class="b" href="https://community.sap.com/"&gt;-&lt;/A&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="t"&gt; id&lt;/SPAN&gt;&lt;SPAN class="m"&gt;="&lt;/SPAN&gt;&lt;STRONG&gt;bk108&lt;/STRONG&gt;&lt;SPAN class="m"&gt;"&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="e"&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Knorr, Stefan&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Creepy Crawlies&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Horror&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;4.95&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;2000-12-06&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;An anthology of horror stories about roaches, centipedes, scorpions and other insects.&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV class="c" style="text-indent: -2em; margin-left: 1em;"&gt;&lt;A class="b" href="https://community.sap.com/"&gt;-&lt;/A&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="t"&gt; id&lt;/SPAN&gt;&lt;SPAN class="m"&gt;="&lt;/SPAN&gt;&lt;STRONG&gt;bk109&lt;/STRONG&gt;&lt;SPAN class="m"&gt;"&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="e"&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Kress, Peter&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Paradox Lost&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Science Fiction&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;6.95&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;2000-11-02&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;After an inadvertant trip through a Heisenberg Uncertainty Device, James Salway discovers the problems of being quantum.&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV class="c" style="text-indent: -2em; margin-left: 1em;"&gt;&lt;A class="b" href="https://community.sap.com/"&gt;-&lt;/A&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="t"&gt; id&lt;/SPAN&gt;&lt;SPAN class="m"&gt;="&lt;/SPAN&gt;&lt;STRONG&gt;bk110&lt;/STRONG&gt;&lt;SPAN class="m"&gt;"&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="e"&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;O'Brien, Tim&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Microsoft .NET: The Programming Bible&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Computer&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;36.95&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;2000-12-09&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Microsoft's .NET initiative is explored in detail in this deep programmer's reference.&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV class="c" style="text-indent: -2em; margin-left: 1em;"&gt;&lt;A class="b" href="https://community.sap.com/"&gt;-&lt;/A&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="t"&gt; id&lt;/SPAN&gt;&lt;SPAN class="m"&gt;="&lt;/SPAN&gt;&lt;STRONG&gt;bk111&lt;/STRONG&gt;&lt;SPAN class="m"&gt;"&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="e"&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;O'Brien, Tim&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;MSXML3: A Comprehensive Guide&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Computer&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;36.95&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;2000-12-01&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;The Microsoft MSXML3 parser is covered in detail, with attention to XML DOM interfaces, XSLT processing, SAX and more.&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV class="c" style="text-indent: -2em; margin-left: 1em;"&gt;&lt;A class="b" href="https://community.sap.com/"&gt;-&lt;/A&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="t"&gt; id&lt;/SPAN&gt;&lt;SPAN class="m"&gt;="&lt;/SPAN&gt;&lt;STRONG&gt;bk112&lt;/STRONG&gt;&lt;SPAN class="m"&gt;"&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="e"&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Galos, Mike&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;author&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Visual Studio 7: A Comprehensive Guide&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;title&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Computer&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;genre&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;49.95&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;price&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;2001-04-16&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;publish_date&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="e"&gt;&lt;/P&gt;&lt;DIV style="text-indent: -2em; margin-left: 1em;"&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="tx"&gt;Microsoft Visual Studio 7 is explored in depth, looking at how Visual Basic, Visual C++, C#, and ASP+ are integrated into a comprehensive development environment.&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;description&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;book&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="b"&gt; &lt;/SPAN&gt; &lt;SPAN class="m"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="t"&gt;catalog&lt;/SPAN&gt;&lt;SPAN class="m"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 03:43:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725900#M1771653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-23T03:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: XML to  internal table conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725901#M1771654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used this&amp;nbsp; code which is there in this link provided by you ,&amp;nbsp; this is good&amp;nbsp; but&amp;nbsp; data fetched in itab is not in proper format as&amp;nbsp; i mentioned in my original post. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; please suggest me what code i should use after this code in order to convert the&amp;nbsp; itab in required format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meenu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 03:48:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725901#M1771654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-23T03:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: XML to  internal table conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725902#M1771655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narayan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have pasted my XML&amp;nbsp; code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And my xml file is&amp;nbsp; not on apllication server. I need to pick it from my presentation&amp;nbsp; server ( desktop) only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meenu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 03:50:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725902#M1771655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-23T03:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: XML to  internal table conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725903#M1771656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your output and the xml code u have pasted has no match... if you still not getting output let me know i will fill the internal table based on the xml code u have pasted.......and send u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Narayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 06:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725903#M1771656</guid>
      <dc:creator>uppu_narayan</dc:creator>
      <dc:date>2013-08-23T06:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: XML to  internal table conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725904#M1771657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narayan ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The output i mention in my post is just a &lt;STRONG&gt;example for&amp;nbsp; explaining the difference between formats &lt;/STRONG&gt;of internal table&amp;nbsp; which i am getting and which i want..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meenu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 06:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725904#M1771657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-23T06:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: XML to  internal table conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725905#M1771658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok.. happy that ur issue resolved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;narayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 07:22:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725905#M1771658</guid>
      <dc:creator>uppu_narayan</dc:creator>
      <dc:date>2013-08-23T07:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: XML to  internal table conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725906#M1771659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narayan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my issue is not resolved yet..&amp;nbsp; i need the&amp;nbsp; correct format of&amp;nbsp; internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Meenu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 07:40:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725906#M1771659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-23T07:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: XML to  internal table conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725907#M1771660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one you have the internal table filled up as you had shown in your original post, simple solution is to loop at it and append the values to an internal table as per your design. Second option is to use an xslt transformation but it also depends on the way ur XML has been generated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe the easiest fix for you is to loop and move rather than getting into the the complications of XSLT. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 05:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725907#M1771660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-18T05:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: XML to  internal table conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725908#M1771661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the below given link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link" href="https://answers.sap.com/thread/710038" title="http://scn.sap.com/thread/710038"&gt;http://scn.sap.com/thread/710038&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Philip.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 05:18:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-conversion/m-p/9725908#M1771661</guid>
      <dc:creator>philipdavy</dc:creator>
      <dc:date>2013-09-18T05:18:42Z</dc:date>
    </item>
  </channel>
</rss>

