Most of our web pages are similar and we would like to automate some sections. One idea is to create a template with some unambiguous placeholder fields and use a scripting language perhaps to read the current data, not too much, from a file and output the page with the placeholder fields replace with the current data. So where the placeholder is "ULLAT" might be replaced by 37.879736, etc.
What's good for this, a regular express parser? Can it read it's data from a file? I'd like not to do this in C++.
Thanks.
What matters is not the years in one's life but the life in one's years.
Adlai Stevenson - more or less.