![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, I've spent literally hours trying to figure this one out. I'm re-developing an app from vb6 to vb.net, and I cannot get my XML code working. I've just started using .NET. I'm tired, highly annoyed and this is my problem (I know it is very easy for someone who has done this before): My entire XML file is here - The '<CALL_12260>' tag name is dynamic (the XML file is generated by something else), everything else stays the same. I would like to easily read the contents of every node selectively: CDC CALL_12260 JobKey>65</JobKey hTapiCall>12260</hTapiCall JobMode>1</JobMode JobState>1</JobState ForeignTel>0044863313</ForeignTel OwnerTel></OwnerTel RedirectingID></RedirectingID RedirectionID></RedirectionID Profile>EnterpriseApplication</Profile ADRKey>13</ADRKey ADRText>BLEH</ADRText CustomerID>13</CustomerID ASPKey></ASPKey ASPText></ASPText ASPFound>0</ASPFound ADRFound>-1</ADRFound Date>21/08/2006</Date Time>14:59:26</Time Choices></Choices Contacts></Contacts /CALL_12260 /CDC My lame attempts at .NET - I have no idea what I'm doing with traversing the DOM... xmlOBJ.Load(xmlPathTXT) xmlNodeList = xmlOBJ.SelectNodes("//CDC/*") For Each xmlNode In xmlNodeList xmlNode.FirstChild.NodeType Console.WriteLine(xmlNode.ChildNodes.Count) Next I've just been noodling around with X number of configurations of the above trying to get something useful. Nada. Thanks for reading my pleas for help, apologies in advance for posting such a stupid request. n |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |