Jump to content

XML/Input: Difference between revisions

m
Line 98:
</pre>
=={{header|Visual Basic .NET}}==
<codelang lang="vbnet">Dim xml = <Students>
<Student Name="April"/>
<Student Name="Bob"/>
Line 110:
For Each name In names
Console.WriteLine(name)
Next</code>
</lang>
973

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.