Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread xml reader
Tue, Feb 9 2016 5:15 AMPermanent Link

Pasquale

Web Pos srl

i have this xml and
I would like to this result

code : 0000
label : Request successfull
country name : Senegal
operator name : Orange Senegal
product[1] : 1000,1.76,EUR,XOF,2.0,EUR,XOF
product[2] : 2500,4.4,EUR,XOF,5.0,EUR,XOF
product[3]......
......

this is my XML

<Tellus>
 <ResponseCode>
   <code>0000</code>
   <label>Request successfull</label>
 </ResponseCode>
 <ProductsInformation>
   <countries>
     <country>
       <name>Senegal</name>
       <codeIso>SN</codeIso>
       <countryCode>221</countryCode>
       <operators>
         <operator>
           <name>Orange Senegal</name>
           <operatorid>220</operatorid>
           <products>
             <product>
               <name>1000</name>
               <wholsalePrice>
                 <value>1.76</value>
                 <currency>EUR</currency>
                 <localCurrency>XOF</localCurrency>
               </wholsalePrice>
               <retailPrice>
                 <value>2.0</value>
                 <currency>EUR</currency>
                 <localCurrency>XOF</localCurrency>
               </retailPrice>
             </product>
             <product>
               <name>2500</name>
               <wholsalePrice>
                 <value>4.4</value>
                 <currency>EUR</currency>
                 <localCurrency>XOF</localCurrency>
               </wholsalePrice>
               <retailPrice>
                 <value>5.0</value>
                 <currency>EUR</currency>
                 <localCurrency>XOF</localCurrency>
               </retailPrice>
             </product>
             <product>
               <name>5000</name>
               <wholsalePrice>
                 <value>8.8</value>
                 <currency>EUR</currency>
                 <localCurrency>XOF</localCurrency>
               </wholsalePrice>
               <retailPrice>
                 <value>10.0</value>
                 <currency>EUR</currency>
                 <localCurrency>XOF</localCurrency>
               </retailPrice>
             </product>
             <product>
               <name>10000</name>
               <wholsalePrice>
                 <value>17.6</value>
                 <currency>EUR</currency>
                 <localCurrency>XOF</localCurrency>
               </wholsalePrice>
               <retailPrice>
                 <value>20.0</value>
                 <currency>EUR</currency>
                 <localCurrency>XOF</localCurrency>
               </retailPrice>
             </product>
             <product>
               <name>30000</name>
               <wholsalePrice>
                 <value>44.88</value>
                 <currency>EUR</currency>
                 <localCurrency>XOF</localCurrency>
               </wholsalePrice>
               <retailPrice>
                 <value>51.0</value>
                 <currency>EUR</currency>
                 <localCurrency>XOF</localCurrency>
               </retailPrice>
             </product>
           </products>
         </operator>
       </operators>
     </country>
   </countries>
 </ProductsInformation>
</Tellus>
Tue, Feb 9 2016 6:41 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Pasquale,

What's the question, exactly ?

Tim Young
Elevate Software
www.elevatesoft.com
Image