Advertisement
kura2yamato

contoh xml

Apr 16th, 2022
1,191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.30 KB | None | 0 0
  1. <?xml version='1.0'?>
  2. <firstnamedb>
  3.     <firstname name='Akshat'>
  4.         <symbol>ABC</symbol>
  5.         <code>A</code>
  6.     </firstname>
  7.     <firstname name='Sanjay'>
  8.         <symbol>SA</symbol>
  9.         <code>B</code>
  10.     </firstname>
  11.     <firstname name='Parvez'>
  12.         <symbol>PA</symbol>
  13.         <code>C</code>
  14.     </firstname>
  15. </firstnamedb>
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement