Advertisement
Fhernd

Ordenes.xml

Mar 24th, 2016
3,835
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.41 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <Orden id="105001">
  3.     <Cliente id="709003">
  4.         <Nombre>OrtizOL Sas.</Nombre>
  5.     </Cliente>
  6.    
  7.     <Items>
  8.         <Item id="8001">
  9.             <Nombre>Introducción a C#</Nombre>
  10.             <Precio>17.5</Precio>
  11.         </Item>
  12.         <Item id="8002">
  13.             <Nombre>Introducción a LINQ</Nombre>
  14.             <Precio>14.5</Precio>
  15.         </Item>
  16.     </Items>
  17. </Orden>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement