Contents tagged with xml
-
Converting Request.InputStream to a string - Part 2
Preceded by: Converting Request.InputStream to a string - Part 1 A natural extension to this, is the ability to transform the InputStream (basically the POST data) into an XMLDocument and then parse …
-
Parsing an XML file from classic ASP
Part of an application I work on derives some of its configuration from the contents of a global.asa file, with configuration hard-coded. I've been looking at ways of separating the configuration out …