Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing an xml file to a method and reading the contents

Status
Not open for further replies.

ace333

Programmer
Jul 12, 2005
105
CH
Hi, I want to pass an xml file as a parameter in a method, as well as reading the contents of the xml file.
The xml file will have a list of parameters ( it may be 1 or 21 or 100) and they all have to be passed as well. I have never done this type of procedure before and would like some suggestions if you can help,
thanks
 
XML is just a string.

Jon

"Asteroids do not concern me, Admiral. I want that ship, not excuses.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top