Click here to Skip to main content
15,892,005 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
<H4>Add Headline Batch Without Reloading</H4>



<form action="WriteHeadlines.dll?" method="Post">
   <input type=hidden Name=MFCIsapiCommand Value=addheadline>
  
   <TEXTAREA cols=60 name="xml" rows=20 style="HEIGHT: 246px; WIDTH: 640px">
&lt;Headlines&gt;
   &lt;Headline ID="100000"&gt;
	  &lt;HotStory&gt;1&lt;/HotStory&gt;
      &lt;Title&gt;&lt;/Title&gt;
      &lt;Subtitle&gt;&lt;/Subtitle&gt;
      &lt;Abstract&gt;&lt;/Abstract&gt;
      &lt;StoryLink&gt;&lt;/StoryLink&gt;
      &lt;PhotoLink&gt;&lt;/PhotoLink&gt;
      &lt;Category&gt;&lt;/Category&gt;
	  &lt;DateTimePosted&gt;2002-01-19T12:00:00&lt;/DateTimePosted&gt;
      &lt;Author&gt;
		 &lt;Name&gt;&lt;/Name&gt;
		 &lt;Affiliation&gt;&lt;/Affiliation&gt;
      &lt;/Author&gt;
   &lt;/Headline&gt;
&lt;/Headlines&gt;
	</TEXTAREA>

   
   <input type=submit>
</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