Unpacking xml. How do i best do this?

J

Jens Jensen

Hello,
I'm calling a webservice that returns data packed in an xml file.(
System.Xml.XmlNode)

I wrote the webservice myself. But users are not very experienced with xml.

I'm therefore tempted to provide a general purpuse dll (.net assembly) that
would have a method that:
-Takes either an xml document or xmlnode as arguemt, a tag name and retrurn
a string value of the tag.

Has someone done this before. When i started this , i was not sure i was
using the best possible pattern.

Any help will be very highly appreciated.

Many thanks
JJ
 

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