<?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 format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format/m-p/8207805#M1627045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - it has to be done programatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2011 13:17:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-29T13:17:33Z</dc:date>
    <item>
      <title>XML format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format/m-p/8207802#M1627042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have internal table with around 1000 records(it is XML format..i am writing the code in one of the BADIs),it is store of TYPE dmee_output_file...in one of the lines there is &amp;lt;ReqdExctnDt&amp;gt;2011-04-28&amp;lt;/ReqdExctnDt&amp;gt;&lt;/P&gt;&lt;P&gt;how can i get the value in between these 2 &amp;lt;/ReqdExctnDt&amp;gt;...as these 2 are constants..but the date in between them will be changing...i want the date..how to achieve it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 13:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format/m-p/8207802#M1627042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-29T13:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: XML format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format/m-p/8207803#M1627043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find the end position of the first constant and the start position of the second one. Everything in between is what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 13:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format/m-p/8207803#M1627043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-29T13:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: XML format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format/m-p/8207804#M1627044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but in runtime...the position always changes...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 13:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format/m-p/8207804#M1627044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-29T13:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: XML format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format/m-p/8207805#M1627045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - it has to be done programatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 13:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format/m-p/8207805#M1627045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-29T13:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: XML format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format/m-p/8207806#M1627046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you pls give me some sample code...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 13:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format/m-p/8207806#M1627046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-29T13:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: XML format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format/m-p/8207807#M1627047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can use regular expressions for this. If not, check the documentation for CS and the other comparison operators.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 14:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format/m-p/8207807#M1627047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-29T14:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: XML format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format/m-p/8207808#M1627048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone send me some sample code....thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 09:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format/m-p/8207808#M1627048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-30T09:33:10Z</dc:date>
    </item>
  </channel>
</rss>

