EDN Admin
Well-known member
I am trying to extract data from a vs2008 xsd file.<br/>
I am using the following access to xml document,
imports system.xml.linq<br/>
dim doc as xdocument=xdocument.load("telephone_cpsdataset.xsd")<br/>
For Each File As XElement In files<br/>
count = count + 1<br/>
Me.ListBox1.Items.Add(File.Value) Add 1st Field<br/>
Next<br/>
Can someone help me on the basic code?
thank you <hr class="sig Charlie Soroka
View the full article
I am using the following access to xml document,
imports system.xml.linq<br/>
dim doc as xdocument=xdocument.load("telephone_cpsdataset.xsd")<br/>
For Each File As XElement In files<br/>
count = count + 1<br/>
Me.ListBox1.Items.Add(File.Value) Add 1st Field<br/>
Next<br/>
Can someone help me on the basic code?
thank you <hr class="sig Charlie Soroka
View the full article