<?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 encoding issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-encoding-issue/m-p/10956647#M1893211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll have to ask the question once again. Is the attribute there when you are finished changing the internal table? If not, that probably means you deleted it somehow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- is the attribute there after the first conversion to the internal table?&lt;/P&gt;&lt;P&gt;- is it there after the table operations before exporting to xstring?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Mar 2015 16:12:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-03-03T16:12:33Z</dc:date>
    <item>
      <title>XML encoding issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-encoding-issue/m-p/10956644#M1893208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I've a requirement where I upload the XML into SAP using GUI_Upload ( Binary Mode , encoding 4110). Then I use FM - SCMS_BINARY_TO_XSTRING to change to XSTRING. Later I do parsing using FM- SMUM_XML_PARSE.&amp;nbsp; This gives me data into proper internal table. Here I delete few duplicate records and again use FM - SCMS_XSTRING_TO_BINARY to change this into Binary format. Further I use FM GUI_DOWNLOAD to download this into XML format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything goes fine except that I don't see any encoding in first line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how it looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman', serif; font-size: 12pt;"&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman', serif; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: 'Times New Roman', serif;"&gt;This is how it is supposed to look:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman', serif; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10.0pt; font-family: 'Segoe UI',sans-serif;"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10.0pt; font-family: 'Segoe UI',sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: 'Segoe UI', sans-serif;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;The encoding UTF-8 is missing in my XML file. Please help me if anyone has come across this situation or any suggestions to &lt;/SPAN&gt;achieve&lt;SPAN style="font-size: 10pt;"&gt; the above &lt;/SPAN&gt;functionality&lt;SPAN style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 11:24:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-encoding-issue/m-p/10956644#M1893208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-03T11:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: XML encoding issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-encoding-issue/m-p/10956645#M1893209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so when you are finished editing your xml your internal table has got the encoding attribute there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from my experience, the IF_IXML* classes do not add or remove anything to/from the document. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 11:45:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-encoding-issue/m-p/10956645#M1893209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-03T11:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: XML encoding issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-encoding-issue/m-p/10956646#M1893210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Jozef...it's not there post editing.&lt;/P&gt;&lt;P&gt;Do you have workaround which can help to achieve it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 11:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-encoding-issue/m-p/10956646#M1893210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-03T11:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: XML encoding issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-encoding-issue/m-p/10956647#M1893211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll have to ask the question once again. Is the attribute there when you are finished changing the internal table? If not, that probably means you deleted it somehow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- is the attribute there after the first conversion to the internal table?&lt;/P&gt;&lt;P&gt;- is it there after the table operations before exporting to xstring?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 16:12:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-encoding-issue/m-p/10956647#M1893211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-03T16:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: XML encoding issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-encoding-issue/m-p/10956648#M1893212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi Gaurav,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;The FM &lt;SPAN style="color: #333333; font-size: 12px;"&gt;SCMS_XSTRING_TO_BINARY&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&amp;nbsp; which you are using does not create a header with the encoding, as required. For this either you need to go for XSLT transformation and use &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;CODE class="java plain" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; margin: 0 !important; padding: 0 !important; color: #000000 !important; background-position: initial !important;"&gt;CALL TRANSFORMATION (ID created in XSLT) &lt;/CODE&gt;&lt;/P&gt;&lt;P class="number34 alt1 index33 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;&lt;CODE class="spaces java" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; margin: 0 !important; padding: 0 !important; background: none !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/CODE&gt;&lt;CODE class="java plain" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; margin: 0 !important; padding: 0 !important; color: #000000 !important; background: none !important;"&gt;SOURCE xml xml_file&lt;/CODE&gt;&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;&lt;CODE class="spaces java" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; margin: 0 !important; padding: 0 !important; background: none !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/CODE&gt;&lt;CODE class="java plain" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; margin: 0 !important; padding: 0 !important; color: #000000 !important; background: none !important;"&gt;RESULT xml_output = int_tab.&lt;/CODE&gt;&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;&lt;CODE class="java plain" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; margin: 0 !important; padding: 0 !important; color: #000000 !important; background: none !important;"&gt;&lt;/CODE&gt;I too have such scenario and I used the below approach.&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;You can insert the encoding in the header before using &lt;SPAN style="color: #333333; font-size: 12px;"&gt;SCMS_XSTRING_TO_BINARY&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;For that use the below sequence of code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;1) Convert the original header into xstring format by using &lt;SPAN style="color: #333333; font-size: 12px;"&gt; FM SCMS_BINARY_TO_XSTRING as below:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;CALL FUNCTION &lt;SPAN style="color: #333333; font-size: 12px;"&gt; SCMS_BINARY_TO_XSTRING&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;EXPORTING &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TEXT = LC_HEADER&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;IMPORTING&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BUFFER = LV_HEADER.&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;where lc_header is your original header without encoding.&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;2) Similarly convert the new header text to xstring&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;3) Now assign lv_header and lv_header_new into string type variables lv_header_old_str and lv_header_new_str where lv_header_str/lv_header_new_str type string and data obtained from FM-SMUM_XML_CREATE_X into g_data_str of string type variable.&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;4) REPLACE FIRST OCCURRENCE OF LV_HEADER_OLD_STR IN G_DATA_STR WITH LV_HEADER_NEW_STR.&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;5) Assign g_data_str back to xstring type :&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;g_data = g_data_str &lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;6) Use FM &lt;SPAN style="color: #333333; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 12px;"&gt;SCMS_XSTRING_TO_BINARY to create binary format itab:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;&lt;SPAN style="color: #333333; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 12px;"&gt;CALL FUNCTION &lt;SPAN style="color: #333333; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 12px;"&gt;SCMS_XSTRING_TO_BINARY&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;&lt;SPAN style="color: #333333; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 12px;"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;&lt;SPAN style="color: #333333; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BUFFER = G_DATA&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;&lt;SPAN style="color: #333333; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 12px;"&gt;IMPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;&lt;SPAN style="color: #333333; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUTPUT LENGTH = LENGTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;&lt;SPAN style="color: #333333; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 12px;"&gt;TABLES&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;&lt;SPAN style="color: #333333; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BINARY_TAB = ITAB.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;&lt;SPAN style="color: #333333; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 12px;"&gt;7) And then download using GUI_DOWNLOAD.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;Hope this helps&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;Thanks&lt;/P&gt;&lt;P class="number35 alt2 index34 line" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 14px; color: #333333; padding: 0 1em 0 0 !important; background: none #ffffff !important;"&gt;Shradha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 14:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-encoding-issue/m-p/10956648#M1893212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-16T14:02:31Z</dc:date>
    </item>
  </channel>
</rss>

