Click here to Skip to main content
15,895,779 members
Articles / Desktop Programming / ATL

Discover ISAPI. XML Way

Rate me:
Please Sign up or sign in to vote.
4.00/5 (6 votes)
9 Sep 20028 min read 63.8K   566   34  
A good approach to build an ISAPI web application using XML and XSL
<FORM action="WriteHeadlines.dll?" method=post>
<INPUT TYPE=hidden NAME="MfcISAPICommand" VALUE="printbyaffiliation">
	<DIV class="label">Select Affiliation</DIV>
	<SELECT id=aff name=aff>
		<OPTION>MSNBC</OPTION>
		<OPTION>CNBC</OPTION>
		<OPTION>Associated Press</OPTION>
	</SELECT>&nbsp;&nbsp;
	<INPUT type="submit" value="Submit" id=submit1 name=submit1>
</FORM>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
Web Developer
Romania Romania
I make programming for over 4 years and extensive experience in C++, ASP, Pascal, MFC, COM+, ATL, TCP/IP, HTTP protocols, XML, XSL, SOAP and SQL.
For the last 2 years i working extensively at the background of financial sites (databases, n tier architecture).

I’m available for contracts and/or outsourcing (<Adrian Bacaianu>adrian_bacaianu@yahoo.com).

Comments and Discussions