Click here to Skip to main content
15,886,632 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I am receiving data in the form of stream. which is basically in Xml format.
<emp>
<id></id>
<name></name>
</emp>

I want to read data which is coming in id and if not matching with DB then change it.

I am loading stream into the XmlDocument and after this I want to read the node value.

can you please suggest to implement this

Thanks,
Amit patel
Posted
Updated 3-Jul-15 21:59pm
v2
Comments
DamithSL 4-Jul-15 4:08am    
what have you tried so far?
Amit Patel1985 5-Jul-15 23:25pm    
tried reading through reader and tried to read through name and value method but it gives many blank values..

1 solution

 
Share this answer
 

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