[Mono-list] Newbie trying to read an XML

Santiago Erquicia serquicia@fibertel.com.ar
Sun, 16 Feb 2003 01:26:15 -0300


Hello,

I am really newbie with C#.  I have only a little experience with java an=
d web=20
development.

I am trying to read an XML and get the attributes from the nodes.  I reac=
hed=20
the point where I can do that.

My problem is that one of the attributes is the id of a transaction (whic=
h is=20
an int) and all the returned values from the attributes come as string.  =
How=20
can I change them?

Thanks and apologies if this is too stupid.

Santiago