|
vzheng -> How to transform XML file to Text file using VB.Net (9/24/2008 3:20:16 AM)
|
Hi, I need help. I'm a student who is not very familiar with VB.Net. But i have to use VB.Net to extract XML file from a server and into a Text file. The XML file will look like this (see below): <?xml version="1.0" encoding="utf-8" ?> <response> <TAG> <tagid>72057994675</tagid> <mac>00:10:C6:FD:BD:B3</mac> <posx>253</posx> <posy>587</posy> <posmodelid>96</posmodelid> <posmapid>0</posmapid> <poszoneid>-1</poszoneid> <posmapname>REP_Poly-Model 2</posmapname> <posquality>42</posquality> <posreason>3</posreason> <postime>1217758452921</postime> <postimestamp>2008-08-03 18:14:12+0800</postimestamp> <poscounter>284</poscounter> <battery>90</battery> </TAG> </response> thanks.
|
|
|
|