Re: XML reading
gv
Date: 03/18/04
- Next message: MFRASER: "Sorting an Array"
- Previous message: Ryan Breakspear: "Re: Windows service hanging"
- In reply to: Kimmo Laine: "XML reading"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 18 Mar 2004 11:42:18 -0500
Check out the following link, there are lots of great samples in both vb.net
and c#. You'll find plenty of samples for XmlTextReader as well as others.
http://samples.gotdotnet.com/quickstart/howto/
"Kimmo Laine" <reply.to@newsgroup> wrote in message
news:eT$3HMQDEHA.3392@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> lets say that i have the following XML:
>
> <header>
> <version>1.0.0.0</version>
> </header>
> <queuename>
> DXRMTest
> </queuename>
>
> I want to code something like this:
>
> string xmlVersion = foo.GetValue( "header/version" );
>
> Is there a way to do this in .NET: XmlReader, XPATH, ...?
>
>
>
> thx
>
> Kimmo Laine
>
>
- Next message: MFRASER: "Sorting an Array"
- Previous message: Ryan Breakspear: "Re: Windows service hanging"
- In reply to: Kimmo Laine: "XML reading"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|