Advertisement
eraneran

Minimal XML

Jan 31st, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <RootDTO>
  3. <destination>
  4. <name>companyName</name>
  5. </destination>
  6. <orderData>
  7. <amount>123.45</amount>
  8. <items>
  9. <element>
  10. <binding>saddle</binding>
  11. <components>
  12. <element>
  13. <width>210</width>
  14. </element>
  15. </components>
  16. <description>Introductory x</description>
  17. </element>
  18. </items>
  19. </orderData>
  20. </RootDTO>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement