Doctype

I'm having a really tough time finding references for XML with ASP.
Everything I find assumes I already have an XML file and want to display it
with ASP. I'm looking for reference material where I can CREATE XML files
using ASP.

Currently I am looking for a way to put in the following line in an XML file
using ASP. Code:

View Replies


ADVERTISEMENT

XHTML Strict Doctype

I'm developing a site according to the XHTML 1.0 strict DOCTYPE and there's a form on it. For the page to validate against XHTML 1.0 standards, input fields cannot have name attributes but ID attributes instead.

In ASP, I know variables are called with the Request("varaible") function but in order for this to work, a name attribute has to be specified.

How would I go about requesting the form variables when the input fields only have the ID attribute to identify them?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved