<?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/11136426#M1905804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="25099" __jive_macro_name="user" class="jive_macro_user jive_macro" data-objecttype="3" data-orig-content="Naimesh Patel" href="https://community.sap.com/"&gt;&lt;/A&gt;, thank you very much...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was almost there, I forgot to mention that I was trying to use if_ixml_node_iterator and that was my mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, your blog/site Zevolving is very nice, well done...!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2015 09:43:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-07-15T09:43:25Z</dc:date>
    <item>
      <title>XML Parser</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-parser/m-p/11136423#M1905801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing a problem while I try to parse a XML file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&amp;nbsp; o_xml_document &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;REF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;cl_xml_document.&lt;/P&gt;&lt;P&gt;DATA: v_tag_value TYPE string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CREATE &lt;/SPAN&gt;OBJECT o_xml_document &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;cl_xml_document&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o_xml_document&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;parse_xstring&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;v_xml_xstring &lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;. " &amp;lt;&amp;lt;&amp;lt;&amp;lt;--- it's ok, I already have this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_tag_value &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;o_xml_document&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;find_simple_element&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;name &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'infCarga'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;. &amp;lt;&amp;lt;--- this is the tag name that I need&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;WRITE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;/ v_tag_value&lt;SPAN class="L0S55"&gt;. " &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Result:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;33398.98FRASCO VIDROPALLET03VOLUMES7819.936003VOLUMES16.0000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I would like to get tag names and values... (vCarga = 333398.98, proPred=......)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Does anyone could suggest me something?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/747685" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 20:32:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-parser/m-p/11136423#M1905801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-14T20:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: XML Parser</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-parser/m-p/11136424#M1905802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thiago,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you will have to get the children of that node (&lt;SPAN style="color: #333333; font-size: 12px;"&gt;infCarga), loop through that and get the individual values .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 21:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-parser/m-p/11136424#M1905802</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2015-07-14T21:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: XML Parser</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-parser/m-p/11136425#M1905803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can either create the simple transformation to convert the XML into your data structure. Or else, you would need to loop through the kids of the specific node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" style="font-family: 'Times New Roman'; border: none;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0 5.4pt;" valign="top" width="551"&gt;&lt;P style="margin: 0 0 10pt; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;:&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;o_xml_document&lt;/SPAN&gt; &lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;TYPE REF TO &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;cl_xml_document&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 10pt; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;v_tag_value&lt;/SPAN&gt; &lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;string&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;CREATE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;OBJECT &lt;SPAN class="SpellE"&gt;o_xml_document&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;cl_xml_document&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="SpellE"&gt;o_xml_document&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: gray; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;import_from_&lt;SPAN class="GramE"&gt;file&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE"&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;filename &lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #4da619; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;'C:\temp\test_file.xml'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;).&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;lo_node&lt;/SPAN&gt; &lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;TYPE REF TO &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;if_ixml_node&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="SpellE"&gt;lo_node&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;o_xml_document&lt;/SPAN&gt;&lt;SPAN style="color: gray; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;find_&lt;SPAN class="GramE"&gt;node&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE"&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #4da619; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;'&lt;SPAN class="SpellE"&gt;infCarga&lt;/SPAN&gt;' &lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;).&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;lo_kid&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;TYPE REF TO &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;if_ixml_node&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 10pt; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;lo_kid_1 &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;TYPE REF TO &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;if_ixml_node&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 10pt; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;lv_name&lt;/SPAN&gt; &lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;string&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="SpellE"&gt;lv_value&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;string&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;lv_node_type&lt;/SPAN&gt; &lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;TYPE &lt;SPAN class="SpellE"&gt;i&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="SpellE"&gt;lo_kid&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;lo_node&lt;/SPAN&gt;&lt;SPAN style="color: gray; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;get_first_&lt;SPAN class="GramE"&gt;child&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE"&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt; ).&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;WHILE &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;lo_kid&lt;/SPAN&gt; &lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;IS NOT INITIAL&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;IF &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;lo_kid&lt;/SPAN&gt;&lt;SPAN style="color: gray; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;get_&lt;SPAN class="GramE"&gt;type&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE"&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt; ) &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;EQ &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;if_ixml_node&lt;/SPAN&gt;&lt;SPAN style="color: gray; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;co_node_element&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="SpellE"&gt;lv_name&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;lo_kid&lt;/SPAN&gt;&lt;SPAN style="color: gray; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;get_&lt;SPAN class="GramE"&gt;name&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE"&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt; ).&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="SpellE"&gt;lv_value&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;lo_kid&lt;/SPAN&gt;&lt;SPAN style="color: gray; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;get_&lt;SPAN class="GramE"&gt;value&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE"&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt; ).&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;IF &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;lv_name&lt;/SPAN&gt; &lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #4da619; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;'&lt;SPAN class="SpellE"&gt;infQ&lt;/SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lo_kid_1 &lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;lo_kid&lt;/SPAN&gt;&lt;SPAN style="color: gray; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;get_first_&lt;SPAN class="GramE"&gt;child&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE"&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt; ).&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;WHILE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;lo_kid_1 &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;IS NOT INITIAL&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;IF &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;lo_kid_1&lt;/SPAN&gt;&lt;SPAN style="color: gray; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;get_&lt;SPAN class="GramE"&gt;type&lt;SPAN class="l0s551" style="color: purple; background-position: initial;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt; ) = &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;if_ixml_node&lt;/SPAN&gt;&lt;SPAN style="color: gray; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;co_node_element&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="SpellE"&gt;lv_name&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;lo_kid_1&lt;/SPAN&gt;&lt;SPAN style="color: gray; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;get_&lt;SPAN class="GramE"&gt;name&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE"&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt; ).&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="SpellE"&gt;lv_value&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;lo_kid_1&lt;/SPAN&gt;&lt;SPAN style="color: gray; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;get_&lt;SPAN class="GramE"&gt;value&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE"&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt; ).&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;WRITE&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;/ &lt;SPAN class="SpellE"&gt;lv_name&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;lv_value&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lo_kid_1 &lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;lo_kid_1&lt;/SPAN&gt;&lt;SPAN style="color: gray; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;get_&lt;SPAN class="GramE"&gt;next&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE"&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt; ).&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;ENDWHILE&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;ELSE&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;WRITE&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;/ &lt;SPAN class="SpellE"&gt;lv_name&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;WRITE&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;:&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;lv_value&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="SpellE"&gt;lo_kid&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;lo_kid&lt;/SPAN&gt;&lt;SPAN style="color: gray; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;get_&lt;SPAN class="GramE"&gt;next&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE"&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt; ).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 10pt; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&lt;SPAN style="color: black; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;ENDWHILE&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This sample XML&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;infCarga&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;vCarga&amp;gt;10000.00&amp;lt;/vCarga&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;proPred&amp;gt;PNEU&amp;lt;/proPred&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;xOutCat&amp;gt;GRANEL&amp;lt;/xOutCat&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;infQ&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cUnid&amp;gt;01&amp;lt;/cUnid&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tpMed&amp;gt;PESO BRUTO&amp;lt;/tpMed&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;qCarga&amp;gt;13.0000&amp;lt;/qCarga&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/infQ&amp;gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;infQ&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cUnid&amp;gt;03&amp;lt;/cUnid&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tpMed&amp;gt;UNIDADE&amp;lt;/tpMed&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;qCarga&amp;gt;500.0000&amp;lt;/qCarga&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/infQ&amp;gt; &lt;/P&gt;
&lt;P&gt;&amp;lt;/infCarga&amp;gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would generate this output&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;vCarga 10000.00&lt;/P&gt;
&lt;P&gt;proPred PNEU&lt;/P&gt;
&lt;P&gt;xOutCat GRANEL&lt;/P&gt;
&lt;P&gt;cUnid 01&lt;/P&gt;
&lt;P&gt;tpMed PESO BRUTO&lt;/P&gt;
&lt;P&gt;qCarga 13.0000&lt;/P&gt;
&lt;P&gt;cUnid 03&lt;/P&gt;
&lt;P&gt;tpMed UNIDADE&lt;/P&gt;
&lt;P&gt;qCarga 500.0000 &lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 21:43:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-parser/m-p/11136425#M1905803</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2015-07-14T21:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: XML Parser</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-parser/m-p/11136426#M1905804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="25099" __jive_macro_name="user" class="jive_macro_user jive_macro" data-objecttype="3" data-orig-content="Naimesh Patel" href="https://community.sap.com/"&gt;&lt;/A&gt;, thank you very much...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was almost there, I forgot to mention that I was trying to use if_ixml_node_iterator and that was my mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, your blog/site Zevolving is very nice, well done...!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 09:43:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-parser/m-p/11136426#M1905804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-15T09:43:25Z</dc:date>
    </item>
  </channel>
</rss>

