newbie: accessing xml values

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
 
A

Alexey Smirnov

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top