
ISAPI Question on processing Tags
I would like to know if you can process tags in
Visual C++ the same as in
many other languages , example:
html tag
<#tag>Tag Name</#tag>
in C++ it would pass a variable to tag name reffering to <#tag>
VB, delphi and other languges allow this, how would I do this in C++
thanks in advance
Lynn