newbie: accessing xml values

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

hi

asp.net 3.5

I've been asked to access a xml file on the Internet and process that file
(extract values from xml and store it in database)

the xml contens look like this:
<user>
<fornavn>Summer</fornavn>
<etternavn>Helloworld</etternavn>
</user>

So I was wondering if somebody have some tips for accessing that xml file?
do I access it directly by putting the URL as input parameter to a xml
method?

any ideas for accessing the values in the xml file is greatly appreaciated
too

Jeff
 
hi

asp.net 3.5

I've been asked to access a xml file on the Internet and process that file
(extract values from xml and store it in database)

the xml contens look like this:
<user>
  <fornavn>Summer</fornavn>
  <etternavn>Helloworld</etternavn>
 </user>

So I was wondering if somebody have some tips for accessing that xml file?
do I access it directly by putting the URL as input parameter to a xml
method?

any ideas for accessing the values in the xml file is greatly appreaciated
too

Jeff

http://www.google.com/search?q=asp.net+xml
 
Back
Top