ATL Server without the WEB.
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
I would like to use the substitution capabilities in the ATL server without the output going to the Web. All of the examples that I see have something like: m_HttpResponse << "Hello"; in the handler. I would like to be able to take the output of the handler and use it to build a single string that has all of the sustituitions made. Something like SRF in and HTML out. I have seen CLStencil and that gets me part way but I don't know how to code the handlers so the output is directed to a stream not the WEB. Thank you. Kevin Burton rkevinburton@charter.net