<?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 Parser in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-parser/m-p/4664022#M1097232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Noureddine &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may have a look at the classes within the package hierarchy &lt;STRONG&gt;SXSLT&lt;/STRONG&gt; (e.g. CL_XSLT_PROCESSOR) and the sample reports within package SIXML -&amp;gt; &lt;STRONG&gt;SIXML_TEST&lt;/STRONG&gt;, e.g. BCCIIXMLT1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*
*  BCCIIXMLT1 - sample program
*
*  This sample program shows how to read an XML document from a file
*  in the frontend's file system, parse the document into a DOM
*  representation and display the content as a list.
*  Additionally the DOM representation is rendered back into an XML
*  stream and stored as an output XML file on the frontend machine.
*
*  This sample program uses ABAP tables to represent the XML input
*  and output streams. See BCCIIXMLT2 for a sample using strings.
*

REPORT bcciixmlt1 MESSAGE-ID bcciixmlt3_msg LINE-SIZE 1000.
TYPE-POOLS: ixml.
...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2008 18:50:09 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2008-10-21T18:50:09Z</dc:date>
    <item>
      <title>XML Parser</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-parser/m-p/4664021#M1097231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Is there any special classes to peocess or parse XML documents ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Noureddine MOUTAA on Oct 21, 2008 6:23 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 16:22:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-parser/m-p/4664021#M1097231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T16:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: XML Parser</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-parser/m-p/4664022#M1097232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Noureddine &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may have a look at the classes within the package hierarchy &lt;STRONG&gt;SXSLT&lt;/STRONG&gt; (e.g. CL_XSLT_PROCESSOR) and the sample reports within package SIXML -&amp;gt; &lt;STRONG&gt;SIXML_TEST&lt;/STRONG&gt;, e.g. BCCIIXMLT1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*
*  BCCIIXMLT1 - sample program
*
*  This sample program shows how to read an XML document from a file
*  in the frontend's file system, parse the document into a DOM
*  representation and display the content as a list.
*  Additionally the DOM representation is rendered back into an XML
*  stream and stored as an output XML file on the frontend machine.
*
*  This sample program uses ABAP tables to represent the XML input
*  and output streams. See BCCIIXMLT2 for a sample using strings.
*

REPORT bcciixmlt1 MESSAGE-ID bcciixmlt3_msg LINE-SIZE 1000.
TYPE-POOLS: ixml.
...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 18:50:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-parser/m-p/4664022#M1097232</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-10-21T18:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: XML Parser</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-parser/m-p/4664023#M1097233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[http://help.sap.com/|http://help.sap.com/saphelp_nw70/helpdata/DE/86/8280d212d511d5991b00508b6b8b11/frameset.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 13:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-parser/m-p/4664023#M1097233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T13:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: XML Parser</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-parser/m-p/4664024#M1097234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've used CL_XML_DOCUMENT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 18:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-parser/m-p/4664024#M1097234</guid>
      <dc:creator>aaron_morden2</dc:creator>
      <dc:date>2008-10-31T18:05:50Z</dc:date>
    </item>
  </channel>
</rss>

