Processing XML From a cgi script

  • Thread starter Thread starter Dave Brown
  • Start date Start date
D

Dave Brown

Hi all,

I'm quite new to the whole ASP.NET language so please forgive my ignorance..
I want to know the easiest way to manipulate XML data that will come from a
cgi script.
Can anyone give me some pointers ?
Thanks

d.
 
The easiest way to work with XML is using the classes in the System.XML
namespace - personally, I tend to work with the XmlDocument class more than
any others. If you can give some specific examples of what you are trying to
achieve, then perhaps we can give some more specific pointers.
 

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

Similar Threads


Back
Top