Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: ASP and Templates (no server side includes)


Message #1 by "flummi" <flummi@e...> on Wed, 22 May 2002 14:51:29
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

  Return to Index