vote up 0 vote down star

I working on a small page content manager. I would like to create some variables like @contact@ that an user can add within some pages. the @contact@ is a userControl (a contact form). All the pages are stored as txt files.

My question is : Is it possible to "translate" the @contact@ variable into the userControl when I "display" the txt file ?

flag

1 Answer

vote up 0 vote down

Take a look at NVelocity. It's an open source template engine that does what you want to do. Check this answer as an example.

link|flag
You probably want a link to the Castle fork- castleproject.org/others/nvelocity/… – RichardOD Jun 8 at 18:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.