<?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: Converting String To XML Format and send as attachment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-string-to-xml-format-and-send-as-attachment/m-p/6406832#M1407130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, my Glassphere is out for cleaning, so i cant see how the conversion is done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Dec 2009 07:46:56 GMT</pubDate>
    <dc:creator>rainer_hbenthal</dc:creator>
    <dc:date>2009-12-17T07:46:56Z</dc:date>
    <item>
      <title>Converting String To XML Format and send as attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-string-to-xml-format-and-send-as-attachment/m-p/6406828#M1407126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;My requirement is to convert String into XML Format and that XML File i have to send as an attachment &lt;/P&gt;&lt;P&gt;can any one one give solution for this Problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Venkatesh.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 09:24:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-string-to-xml-format-and-send-as-attachment/m-p/6406828#M1407126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-01T09:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Converting String To XML Format and send as attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-string-to-xml-format-and-send-as-attachment/m-p/6406829#M1407127</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;try this: &lt;A href="http://forums.sdn.sap.com/search.jspa?threadID=&amp;amp;q=convert" target="test_blank"&gt;http://forums.sdn.sap.com/search.jspa?threadID=&amp;amp;q=convert&lt;/A&gt;&lt;EM&gt;%26%26&lt;/EM&gt;xml+%26%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 09:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-string-to-xml-format-and-send-as-attachment/m-p/6406829#M1407127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-01T09:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Converting String To XML Format and send as attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-string-to-xml-format-and-send-as-attachment/m-p/6406830#M1407128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And how should the XML look like? Your question is the same as "I want to convert 5 into XML"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At least you need to give the xsd or the tags which need to be used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 09:51:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-string-to-xml-format-and-send-as-attachment/m-p/6406830#M1407128</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2009-12-01T09:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Converting String To XML Format and send as attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-string-to-xml-format-and-send-as-attachment/m-p/6406831#M1407129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i m filling the itab first and converting to xml&lt;/P&gt;&lt;P&gt;itab contaning these data&lt;/P&gt;&lt;P&gt;GS_PERSON-CUST_ID   = '3'.&lt;/P&gt;&lt;P&gt;GS_PERSON-FIRSTNAME = 'Bill'.&lt;/P&gt;&lt;P&gt;GS_PERSON-LASTNAME  = 'Gates'.&lt;/P&gt;&lt;P&gt;APPEND GS_PERSON TO GT_PERSON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GS_PERSON-CUST_ID   = '4'.&lt;/P&gt;&lt;P&gt;GS_PERSON-FIRSTNAME = 'Frodo'.&lt;/P&gt;&lt;P&gt;GS_PERSON-LASTNAME  = 'Baggins'.&lt;/P&gt;&lt;P&gt;APPEND GS_PERSON TO GT_PERSON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after conversion data is coming like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#&amp;lt;?xml version="1.0" encoding="utf-16"?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CUSTOMERS&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;customer_id&amp;gt;0003&amp;lt;/customer_id&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;first_name&amp;gt;Bill&amp;lt;/first_name&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;last_name&amp;gt;Gates&amp;lt;/last_name&amp;gt;&lt;/P&gt;&lt;P&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;customer_id&amp;gt;0004&amp;lt;/customer_id&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;first_name&amp;gt;Frodo&amp;lt;/first_name&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;last_name&amp;gt;Baggins&amp;lt;/last_name&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/CUSTOMERS&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but errors are  1) # is coming at the first&lt;/P&gt;&lt;P&gt;                        2)for 'encoding="utf-16"?&amp;gt;', it is not coming perfectly, some other data (iso-8859-1) should come here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody plz solve it.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;viki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 07:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-string-to-xml-format-and-send-as-attachment/m-p/6406831#M1407129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-17T07:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Converting String To XML Format and send as attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-string-to-xml-format-and-send-as-attachment/m-p/6406832#M1407130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, my Glassphere is out for cleaning, so i cant see how the conversion is done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 07:46:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-string-to-xml-format-and-send-as-attachment/m-p/6406832#M1407130</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2009-12-17T07:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Converting String To XML Format and send as attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-string-to-xml-format-and-send-as-attachment/m-p/6406833#M1407131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please look at this link.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="663337"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 08:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-string-to-xml-format-and-send-as-attachment/m-p/6406833#M1407131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-17T08:02:55Z</dc:date>
    </item>
  </channel>
</rss>

