I'm using DOM and ASP to output an XML file, which should look like this:
<filmarchive>
<film film_id="">
<title>Donnie Darko</title>
</film>
</filmarchive>
I request the inputdata from a form:
strfilm_id = Request.Form( "film_id" )
strtitle = Request.Form( "title" )
I then do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.