Hi,
I need a simple template functionality in my ASP pages. In particular,
I want to write some ASP/HTML-Code like:
<html>
<body>
...
{GREETINGS}
...
</body>
</html>
and to define the text for {GREETINGS} in another file (i.e. in an XML
file). I now need a fast and simple way to replace this value, i.e. a DLL
that just makes these replaces (no server side includes please, since I
only want these tags to be replaces with short texts, like variables).
I'm still using Visual Studio 6.0 (unfortunately I'm not using .net now),
so what are my possibilities to do that? What is the best way?
Thanx in advance for you help,
Flummi