Click here to Skip to main content
16,019,018 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
<Root>
<Users >
  <User>
        <UserName>Harisankar</UserName>
        <Password>hari</Password>
        <Area>Chennai</Area>
   </User>

    <User>
        <UserName>InterNational</UserName>
        <Password>National</Password>
        <Area>China</Area>
    </User>

    <User>
        <UserName>Global</UserName>
        <Password>Local</Password>
        <Area>America</Area>
    </User>

</Users>
</Root>
Posted
Comments
Tarun.K.S 16-Mar-11 8:58am    
You have written the xml, what do want to do with it?
Sandeep Mewara 16-Mar-11 9:13am    
Not clear. Please update the question and add more of what are you trying to do and where are you stuck up.

1 solution

How about trying something yourself first. Post questions related to your attempts at a solution instead of just pasting part of your homework/exam question here.
If you do a little work looking at some of these links, you will gain a much better understanding of what you are trying to learn.
 
Share this answer
 
Comments
Espen Harlinn 17-Mar-11 18:51pm    
5ed! ;->

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900