<?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 How to convert HTML to string? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-html-to-string/m-p/10941129#M1892270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using BTF editor it is generating the HTML. Can we convert the HTML&amp;nbsp; to&amp;nbsp; String and save it in standard text(Only the content with formatting ,not the HTML tags) or can we use the HTML directly to print it in ADOBE form.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Mar 2015 04:02:26 GMT</pubDate>
    <dc:creator>former_member329426</dc:creator>
    <dc:date>2015-03-14T04:02:26Z</dc:date>
    <item>
      <title>How to convert HTML to string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-html-to-string/m-p/10941129#M1892270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using BTF editor it is generating the HTML. Can we convert the HTML&amp;nbsp; to&amp;nbsp; String and save it in standard text(Only the content with formatting ,not the HTML tags) or can we use the HTML directly to print it in ADOBE form.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2015 04:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-html-to-string/m-p/10941129#M1892270</guid>
      <dc:creator>former_member329426</dc:creator>
      <dc:date>2015-03-14T04:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert HTML to string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-html-to-string/m-p/10941130#M1892271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rasmi !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the FM &lt;STRONG&gt;SOTR_TAGS_REMOVE_FROM_STRING&lt;/STRONG&gt; for convert HTML on String, like example below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DATA html &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;string&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;html &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'&amp;lt;html&amp;gt;&amp;lt;header&amp;gt;&amp;lt;title&amp;gt;Convert Test&amp;lt;/title&amp;gt;&amp;lt;/header&amp;gt;&amp;lt;body&amp;gt;Converted&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'SOTR_TAGS_REMOVE_FROM_STRING'&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;CHANGING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;text &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;html&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;The result is:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Convert Test&amp;nbsp;&amp;nbsp; Converted&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;BR,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Mar 2015 02:24:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-html-to-string/m-p/10941130#M1892271</guid>
      <dc:creator>raphael_almeida</dc:creator>
      <dc:date>2015-03-15T02:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert HTML to string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-html-to-string/m-p/10941131#M1892272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you so much for your reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 05:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-html-to-string/m-p/10941131#M1892272</guid>
      <dc:creator>former_member329426</dc:creator>
      <dc:date>2015-03-17T05:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert HTML to string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-html-to-string/m-p/10941132#M1892273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Freinds,&lt;/P&gt;&lt;P&gt;i am using the BTF editor then i got the content of BTF editor as XSTRING.&lt;/P&gt;&lt;P&gt;Then i have converted the XSTRING to string and filtered the BODY of the HTML and got the string with some unknown characters.&lt;/P&gt;&lt;P&gt;Kindly suggest how to get the content from BTF editor with out any formating and dtore it in a standard text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/667024" width="450" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/667043" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rashmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 11:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-html-to-string/m-p/10941132#M1892273</guid>
      <dc:creator>former_member329426</dc:creator>
      <dc:date>2015-03-18T11:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert HTML to string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-html-to-string/m-p/10941133#M1892274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Hi Freinds,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;i am using the BTF editor then i got the content of BTF editor as XSTRING.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Then i have converted the XSTRING to string and filtered the BODY of the HTML and got the string with some unknown characters.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Kindly suggest how to get the content from BTF editor with out any formating and dtore it in a standard text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/servlet/JiveServlet/showImage/2-15828088-667024/BTF editor.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7; text-decoration: underline !important; background: transparent;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/667024" height="235" width="450" /&gt;&lt;/A&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/servlet/JiveServlet/showImage/2-15828088-667043/String.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7; background: transparent;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/667043" height="80" width="450" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Rashmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 05:42:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-html-to-string/m-p/10941133#M1892274</guid>
      <dc:creator>former_member329426</dc:creator>
      <dc:date>2015-03-19T05:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert HTML to string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-html-to-string/m-p/10941134#M1892275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Hi&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Rasmi&lt;/SPAN&gt;!&lt;BR /&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;As much as&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;it seems that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;his recent&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;posting&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;has&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;link with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;initial doubt&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;believe that it&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;open a new&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;question&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in the community and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;end this&lt;/SPAN&gt;.&lt;BR /&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Remember to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;follow the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;blog&lt;/SPAN&gt;'s instructions &lt;SPAN class="hps"&gt;&lt;A class="jive-link-blog-small" data-containerid="60998" data-containertype="37" data-objectid="82566" data-objecttype="38" href="http://scn.sap.com/community/support/blog/2013/04/03/how-to-close-a-discussion-and-why"&gt;http://scn.sap.com/community/support/blog/2013/04/03/how-to-close-a-discussion-and-why&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;BR,&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Mar 2015 13:31:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-html-to-string/m-p/10941134#M1892275</guid>
      <dc:creator>raphael_almeida</dc:creator>
      <dc:date>2015-03-21T13:31:18Z</dc:date>
    </item>
  </channel>
</rss>

