G
Guest
hi iam getting 1kb xml file like this
<Transfer><rec>1</rec><Message>sds</Message><From>testingnet</From></Transfer>
i want to read only between<from> in the xml
the result should result me only testingnet
i have searched a lot of stuff, i could not find out the easy way to read in windows, vb.net
any body help me, to find the result in between the tags.
<Transfer><rec>1</rec><Message>sds</Message><From>testingnet</From></Transfer>
i want to read only between<from> in the xml
the result should result me only testingnet
i have searched a lot of stuff, i could not find out the easy way to read in windows, vb.net
any body help me, to find the result in between the tags.