"John" <John (AT) nospam (DOT) infovis.co.uk> wrote
Quote:
Hi
I have the below XML file. How can I read each tag and its attribute in
vb.net?
Many Thanks
Regards |
If you're using .Net Framework 2.0, there are the Application Blocks. There
is nothing to download for the Framework it's already included in the
Framework.
However, you'll have to download the examples, which there is a section for
XML and configuration files that will allow you to pull the xml into your
application and treat them as variables. There are VB and C# examples.
<http://www.microsoft.com/downloads/details.aspx?FamilyID=5A14E870-406B-4F2A-B723-97BA84AE80B5&displaylang=en#AffinityDownloads>
There is one for .Net Framework 1.1 too, but you'll have to install that
one.