<?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 SAP XML Parser vs JAVA XML Parser in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-xml-parser-vs-java-xml-parser/m-p/6681395#M1449641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;does anyone knows what's the fastest way to read a XML file throw ABAP  or JAVA? &lt;/P&gt;&lt;P&gt;Considering that is DOM in both ways&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance to all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jaime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Mar 2010 16:57:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-17T16:57:02Z</dc:date>
    <item>
      <title>SAP XML Parser vs JAVA XML Parser</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-xml-parser-vs-java-xml-parser/m-p/6681395#M1449641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;does anyone knows what's the fastest way to read a XML file throw ABAP  or JAVA? &lt;/P&gt;&lt;P&gt;Considering that is DOM in both ways&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance to all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jaime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 16:57:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-xml-parser-vs-java-xml-parser/m-p/6681395#M1449641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T16:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAP XML Parser vs JAVA XML Parser</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-xml-parser-vs-java-xml-parser/m-p/6681396#M1449642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaime,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opinion, XML processing  in Java is easier than ABAP. There is a large variety of libraries you can use for DOM and XML parsing. Moreover, ABAP XML processing has memory leak issues which I actually encountered - see notes 1229110 and 1081257.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the performance question - I don't have empiric data, but in general DOM is less efficient than even driven parsing. If you expect large volumes then DOM is not your best choice anyway. This is another argument to do it in Java, event driven parsing is easier, so switching would be smoother if you choose Java.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To wrap up - I don't have hard numbers or the details of your case, but I would normally choose to do it in Java.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dror&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 20:35:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-xml-parser-vs-java-xml-parser/m-p/6681396#M1449642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-24T20:35:48Z</dc:date>
    </item>
  </channel>
</rss>

