<?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: Getting the source for an cl_xml_document in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-source-for-an-cl-xml-document/m-p/3294186#M788281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunalty, I can't find the specified method, maybe my version is too low (the code must stay compatible with 4.6C) - I'm working with an xml_stream_factory for now, works but it's a little tedious... thx anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2008 10:29:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-22T10:29:30Z</dc:date>
    <item>
      <title>Getting the source for an cl_xml_document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-source-for-an-cl-xml-document/m-p/3294184#M788279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to access to plain XML source of the XML in an cl_xml_document. I understand that the function get_as_table should be doing that for me - however, I'm unsure what sort of table I should hand over to this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a table of string, I get hundreds of lines that contain truncated parts of the XML source, using a table of c the XML is not truncated, but I got lot's of bogus chars between the tags and at the beginning and end of the XML code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, any advice on what I'm doing wrong here would be nice. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 09:03:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-source-for-an-cl-xml-document/m-p/3294184#M788279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T09:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the source for an cl_xml_document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-source-for-an-cl-xml-document/m-p/3294185#M788280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_xml is type ref to cl_xml_document&lt;/P&gt;&lt;P&gt;stream type sting&lt;/P&gt;&lt;P&gt;size type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_xml-&amp;gt;render_2_string(&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      pretty_print = 'X'&lt;/P&gt;&lt;P&gt;    importing&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   RETCODE      = RETCODE&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      stream       = stream&lt;/P&gt;&lt;P&gt;      size         = size&lt;/P&gt;&lt;P&gt;         ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 10:09:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-source-for-an-cl-xml-document/m-p/3294185#M788280</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-01-22T10:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the source for an cl_xml_document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-source-for-an-cl-xml-document/m-p/3294186#M788281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunalty, I can't find the specified method, maybe my version is too low (the code must stay compatible with 4.6C) - I'm working with an xml_stream_factory for now, works but it's a little tedious... thx anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 10:29:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-source-for-an-cl-xml-document/m-p/3294186#M788281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T10:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the source for an cl_xml_document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-source-for-an-cl-xml-document/m-p/3294187#M788282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my code is from was6.40&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 10:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-source-for-an-cl-xml-document/m-p/3294187#M788282</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-01-22T10:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the source for an cl_xml_document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-source-for-an-cl-xml-document/m-p/3294188#M788283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guessed so, thx anyway, should have specified the version in my initial post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 11:10:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-source-for-an-cl-xml-document/m-p/3294188#M788283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T11:10:59Z</dc:date>
    </item>
  </channel>
</rss>

