<?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 Parse HTML to Internal Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333062#M5535</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;i'm facing a problem in parsing the following generated XLS (HTML):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40"&amp;gt;&amp;lt;meta content="text/html; charset=UTF-8" http-equiv="Content-Type"&amp;gt;
&amp;lt;meta name="ProgId" content="Excel.Sheet"/&amp;gt;
&amp;lt;meta name="Generator" content="Microsoft Excel 10"/&amp;gt;
&amp;lt;!--[if !mso]&amp;gt;
&amp;lt;style&amp;gt;
v\\:* {behavior:url(#default#VML);}");
o\\:* {behavior:url(#default#VML);}");
x\\:* {behavior:url(#default#VML);}");
.shape {behavior:url(#default#VML);}");
&amp;lt;/style&amp;gt;");
&amp;lt;![endif]--&amp;gt;
&amp;lt;!--[if gte mso 9]&amp;gt;&amp;lt;xml&amp;gt;
&amp;lt;x:ExcelWorkbook&amp;gt;
&amp;lt;x:ExcelWorksheets&amp;gt;
&amp;lt;x:ExcelWorksheet&amp;gt;
&amp;lt;x:Name&amp;gt;report&amp;lt;/w:Name&amp;gt;
&amp;lt;x:WorksheetOptions&amp;gt;
&amp;lt;x:ProtectContents&amp;gt;False&amp;lt;/w:ProtectContents&amp;gt;
&amp;lt;x:ProtectObjects&amp;gt;False&amp;lt;/w:ProtectObjects&amp;gt;
&amp;lt;x:ProtectScenarios&amp;gt;False&amp;lt;/w:ProtectScenarios&amp;gt;
&amp;lt;/w:WorksheetOptions&amp;gt;
&amp;lt;/w:ExcelWorksheet&amp;gt;
&amp;lt;/w:ExcelWorksheets&amp;gt;
&amp;lt;x:ProtectStructure&amp;gt;False&amp;lt;/w:ProtectStructure&amp;gt;
&amp;lt;x:ProtectWindows&amp;gt;False&amp;lt;/w:ProtectWindows&amp;gt;
&amp;lt;/w:ExcelWorkbook&amp;gt;");
&amp;lt;/xml&amp;gt;&amp;lt;![endif]--&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;style&amp;gt;
br {mso-data-placement:same-cell;}
&amp;lt;/style&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;style&amp;gt;
table {
mso-displayed-decimal-separator:"\.";
mso-displayed-thousand-separator:"\,";
}
&amp;lt;/style&amp;gt;
&amp;lt;table width="100%"&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td align=center colspan=8 valign=top&amp;gt;
&amp;lt;span class="pageHead"&amp;gt;
&amp;lt;nobr&amp;gt;&amp;lt;h1&amp;gt;Rating&amp;lt;/h1&amp;gt;&amp;lt;/nobr&amp;gt;&amp;lt;/span&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td align=center colspan=8 valign=top&amp;gt;
&amp;lt;span class="pageHead"&amp;gt;&amp;lt;nobr&amp;gt;
Generated Automatically
&amp;lt;/nobr&amp;gt;&amp;lt;/span&amp;gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td&amp;gt; &amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td&amp;gt; &amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

********************************FROM HERE***********************************
&amp;lt;table border="1" cellspacing="0" cellpadding="0" width="100%"&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;th&amp;gt;Column 1&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Column 2&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Column 3&amp;lt;/th&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td style="vnd.ms-excel.numberformat:@"&amp;gt;Text 1&amp;lt;/td&amp;gt;
&amp;lt;td style="vnd.ms-excel.numberformat:@"&amp;gt;Text 2&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;1&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td style="vnd.ms-excel.numberformat:@"&amp;gt;Text 1&amp;lt;/td&amp;gt;
&amp;lt;td style="vnd.ms-excel.numberformat:@"&amp;gt;Text 2&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td style="vnd.ms-excel.numberformat:@"&amp;gt;Text 1&amp;lt;/td&amp;gt;
&amp;lt;td style="vnd.ms-excel.numberformat:@"&amp;gt;Text 2&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;3&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
********************************TO HERE***********************************

&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Scenario is the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Incoming Email in SAP System&lt;/LI&gt;&lt;LI&gt;Reading Attachment XLS (XSTRING Format)&lt;/LI&gt;&lt;LI&gt;Conversion XSTRING to STRING Table&lt;/LI&gt;&lt;LI&gt;Parse the Result(HTML Format) into Internal Table&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I can't convert XSL directly because the file is in XSTRING Format and is not on Local Machine but come from third part software through email.&lt;/P&gt;&lt;P&gt;I want to parse the highlighted part into internal table.&lt;/P&gt;&lt;P&gt;What is the best approach to do this ?&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/11980-2016-12-20-160209.png" /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Angelo.&lt;/P&gt;</description>
    <pubDate>Sun, 21 Jan 2024 22:21:02 GMT</pubDate>
    <dc:creator>former_member302911</dc:creator>
    <dc:date>2024-01-21T22:21:02Z</dc:date>
    <item>
      <title>Parse HTML to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333062#M5535</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;i'm facing a problem in parsing the following generated XLS (HTML):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40"&amp;gt;&amp;lt;meta content="text/html; charset=UTF-8" http-equiv="Content-Type"&amp;gt;
&amp;lt;meta name="ProgId" content="Excel.Sheet"/&amp;gt;
&amp;lt;meta name="Generator" content="Microsoft Excel 10"/&amp;gt;
&amp;lt;!--[if !mso]&amp;gt;
&amp;lt;style&amp;gt;
v\\:* {behavior:url(#default#VML);}");
o\\:* {behavior:url(#default#VML);}");
x\\:* {behavior:url(#default#VML);}");
.shape {behavior:url(#default#VML);}");
&amp;lt;/style&amp;gt;");
&amp;lt;![endif]--&amp;gt;
&amp;lt;!--[if gte mso 9]&amp;gt;&amp;lt;xml&amp;gt;
&amp;lt;x:ExcelWorkbook&amp;gt;
&amp;lt;x:ExcelWorksheets&amp;gt;
&amp;lt;x:ExcelWorksheet&amp;gt;
&amp;lt;x:Name&amp;gt;report&amp;lt;/w:Name&amp;gt;
&amp;lt;x:WorksheetOptions&amp;gt;
&amp;lt;x:ProtectContents&amp;gt;False&amp;lt;/w:ProtectContents&amp;gt;
&amp;lt;x:ProtectObjects&amp;gt;False&amp;lt;/w:ProtectObjects&amp;gt;
&amp;lt;x:ProtectScenarios&amp;gt;False&amp;lt;/w:ProtectScenarios&amp;gt;
&amp;lt;/w:WorksheetOptions&amp;gt;
&amp;lt;/w:ExcelWorksheet&amp;gt;
&amp;lt;/w:ExcelWorksheets&amp;gt;
&amp;lt;x:ProtectStructure&amp;gt;False&amp;lt;/w:ProtectStructure&amp;gt;
&amp;lt;x:ProtectWindows&amp;gt;False&amp;lt;/w:ProtectWindows&amp;gt;
&amp;lt;/w:ExcelWorkbook&amp;gt;");
&amp;lt;/xml&amp;gt;&amp;lt;![endif]--&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;style&amp;gt;
br {mso-data-placement:same-cell;}
&amp;lt;/style&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;style&amp;gt;
table {
mso-displayed-decimal-separator:"\.";
mso-displayed-thousand-separator:"\,";
}
&amp;lt;/style&amp;gt;
&amp;lt;table width="100%"&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td align=center colspan=8 valign=top&amp;gt;
&amp;lt;span class="pageHead"&amp;gt;
&amp;lt;nobr&amp;gt;&amp;lt;h1&amp;gt;Rating&amp;lt;/h1&amp;gt;&amp;lt;/nobr&amp;gt;&amp;lt;/span&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td align=center colspan=8 valign=top&amp;gt;
&amp;lt;span class="pageHead"&amp;gt;&amp;lt;nobr&amp;gt;
Generated Automatically
&amp;lt;/nobr&amp;gt;&amp;lt;/span&amp;gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td&amp;gt; &amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td&amp;gt; &amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

********************************FROM HERE***********************************
&amp;lt;table border="1" cellspacing="0" cellpadding="0" width="100%"&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;th&amp;gt;Column 1&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Column 2&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Column 3&amp;lt;/th&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td style="vnd.ms-excel.numberformat:@"&amp;gt;Text 1&amp;lt;/td&amp;gt;
&amp;lt;td style="vnd.ms-excel.numberformat:@"&amp;gt;Text 2&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;1&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td style="vnd.ms-excel.numberformat:@"&amp;gt;Text 1&amp;lt;/td&amp;gt;
&amp;lt;td style="vnd.ms-excel.numberformat:@"&amp;gt;Text 2&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td style="vnd.ms-excel.numberformat:@"&amp;gt;Text 1&amp;lt;/td&amp;gt;
&amp;lt;td style="vnd.ms-excel.numberformat:@"&amp;gt;Text 2&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;3&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
********************************TO HERE***********************************

&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Scenario is the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Incoming Email in SAP System&lt;/LI&gt;&lt;LI&gt;Reading Attachment XLS (XSTRING Format)&lt;/LI&gt;&lt;LI&gt;Conversion XSTRING to STRING Table&lt;/LI&gt;&lt;LI&gt;Parse the Result(HTML Format) into Internal Table&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I can't convert XSL directly because the file is in XSTRING Format and is not on Local Machine but come from third part software through email.&lt;/P&gt;&lt;P&gt;I want to parse the highlighted part into internal table.&lt;/P&gt;&lt;P&gt;What is the best approach to do this ?&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/11980-2016-12-20-160209.png" /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Angelo.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jan 2024 22:21:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333062#M5535</guid>
      <dc:creator>former_member302911</dc:creator>
      <dc:date>2024-01-21T22:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Parse HTML to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333063#M5536</link>
      <description>&lt;P&gt;There are lots of possibilities. E.g., you stay with string processing and you parse the relevant part of the HTML file with the help of &lt;A href="http://help.sap.com/abapdocu_751/en/index.htm?file=abenregular_expressions.htm"&gt;regular expressions&lt;/A&gt;. Or you treat the XSTRING directly as XML and parse it with methods of the &lt;A href="http://help.sap.com/abapdocu_751/en/index.htm?file=abenabap_sxml_lib.htm"&gt;sXML library&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 16:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333063#M5536</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2016-12-20T16:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Parse HTML to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333064#M5537</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What do you mean by "&lt;EM&gt;Incoming Email in SAP System&lt;/EM&gt;" ? Where do you see, in a SAP system, an "incoming email" ? Transaction SBWP ?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 19:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333064#M5537</guid>
      <dc:creator>chaouki_akir</dc:creator>
      <dc:date>2016-12-20T19:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Parse HTML to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333065#M5538</link>
      <description>&lt;P&gt;Horst, thanks a lof for the help.&lt;/P&gt;I'll try and search what you suggested.&lt;P&gt;Do you have any helpful example or link?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Angelo.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 09:16:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333065#M5538</guid>
      <dc:creator>former_member302911</dc:creator>
      <dc:date>2016-12-21T09:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Parse HTML to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333066#M5539</link>
      <description>&lt;P&gt;The transaction to see incoming e-mails is SOIN.&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2004/09/09/receiving-e-mail-and-processing-it-with-abap-version-610-and-higher/"&gt;See this Blog&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 09:18:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333066#M5539</guid>
      <dc:creator>former_member302911</dc:creator>
      <dc:date>2016-12-21T09:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Parse HTML to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333067#M5540</link>
      <description>&lt;P&gt;Please search yourself. &lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 10:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333067#M5540</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2016-12-21T10:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Parse HTML to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333068#M5541</link>
      <description>&lt;P&gt;Oddly enough, this reminds me of one of the most &lt;STRONG&gt;famous &lt;/STRONG&gt;answers on Stack Overflow (ie. why you do NOT use regex to parse HTML)....&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454"&gt;http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 15:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333068#M5541</guid>
      <dc:creator>ChrisSolomon</dc:creator>
      <dc:date>2016-12-21T15:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Parse HTML to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333069#M5542</link>
      <description>&lt;P&gt;LOL ......&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 17:42:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333069#M5542</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2016-12-21T17:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Parse HTML to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333070#M5543</link>
      <description>&lt;P&gt;I solved the problem parsing the file with a simple Transformation.&lt;/P&gt;&lt;P&gt;XML Classes return me a lot of TAG error.&lt;/P&gt;&lt;P&gt;I separate the relevant part from the internal table&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;table border="1" cellspacing="0" cellpadding="0" width="100%"&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;th&amp;gt;Column 1&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Column 2&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Column 3&amp;lt;/th&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td style="vnd.ms-excel.numberformat:@"&amp;gt;Text 1&amp;lt;/td&amp;gt;
&amp;lt;td style="vnd.ms-excel.numberformat:@"&amp;gt;Text 2&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;1&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td style="vnd.ms-excel.numberformat:@"&amp;gt;Text 1&amp;lt;/td&amp;gt;
&amp;lt;td style="vnd.ms-excel.numberformat:@"&amp;gt;Text 2&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td style="vnd.ms-excel.numberformat:@"&amp;gt;Text 1&amp;lt;/td&amp;gt;
&amp;lt;td style="vnd.ms-excel.numberformat:@"&amp;gt;Text 2&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;3&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;...and use this simple Transformation:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?sap.transform simple?&amp;gt;
&amp;lt;tt:transform xmlns:tt="http://www.sap.com/transformation-templates" xmlns:ddic="http://www.sap.com/abapxml/types/dictionary" xmlns:def="http://www.sap.com/abapxml/types/defined"&amp;gt;
  &amp;lt;tt:root name="READ" type="ddic:ZSTRUCTURE"/&amp;gt;
  &amp;lt;tt:template&amp;gt;
    &amp;lt;table&amp;gt;
      &amp;lt;tt:skip count="1" name="tr"/&amp;gt;
      &amp;lt;tt:loop ref=".READ"&amp;gt;
        &amp;lt;tr&amp;gt;
          &amp;lt;td tt:value-ref="COL1"/&amp;gt;
          &amp;lt;td tt:value-ref="COL2"/&amp;gt;
          &amp;lt;td tt:value-ref="COL3"/&amp;gt;
        &amp;lt;/tr&amp;gt;
      &amp;lt;/tt:loop&amp;gt;
    &amp;lt;/table&amp;gt;
  &amp;lt;/tt:template&amp;gt;
&amp;lt;/tt:transform&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Angelo.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2016 11:55:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333070#M5543</guid>
      <dc:creator>former_member302911</dc:creator>
      <dc:date>2016-12-22T11:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Parse HTML to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333071#M5544</link>
      <description>&lt;P&gt;Really funny! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2016 11:57:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-html-to-internal-table/m-p/333071#M5544</guid>
      <dc:creator>former_member302911</dc:creator>
      <dc:date>2016-12-22T11:57:32Z</dc:date>
    </item>
  </channel>
</rss>

