From: Oleg R. <sv....@ve...> - 2001-08-13 12:21:25
|
On Monday, August 13, 2001, 1:41:55 AM, in message "[Wpigdc-cms-development] how to customize the title dependent on the page", Liam wrote: LM> general help question. I want events/past.html to have a different <TITLE> LM> than events/future.html . XML docs and XSLT docs don't know the actual URL LM> that the user is at, so I can't do it there. Only two places that I know LM> of actually have this information; the sitemap and the EventSource class. LM> So.. either it's passed in as a parameter to the XML doc in sitemap, or LM> its sent as a SAX event in EventSource. I'm not sure if either are LM> possible, and if either one is, I don't know how to do it. I've made a few LM> guess stabs, but nothing works. Any ideas? Placing the title in the sitemap looks like a bad idea to me--what if you need to customize the title of the page according to the data fetched from the database? |