Hi again,

Here is the portion of code to prevent client side caching with the i18n
transformer : 

...
<map:act type = "set-header">
 <map:parameter name = "Pragma" value = "no-cache"/>
 <map:parameter name = "Cache-Control" value = "no-store, no-cache,
must-revalidate"/>
      <map:act type = "locale"> ... </map:act>
</map:act>
...

    If I have time I will write a RSS Generator, maybe using Rome or
Informa. The quickest solution for now is to use the file generator. The
RSS feeds will be created via a daily Quartz/CronJob using some database
information. 

  I also need a SQLTransformer which supports caching. I generate some
pages using some information from a MS Access Database. 
   Correct me if I am wrong but I guess what I need to do is extends the
SQLTransformer and implements the Cacheable interface :
- I can use the TimeStampCacheValidity as sourceValidity by checking the
last Modified time of the mdb file.
- I can use the database absolute path name as cache key

For the email part, I will use a simple form. I don't really want to go
into the flowscript and the rest. I looked at xinha but again those url
mappings...
I wish Cocoon could resolve requests/resource not included in the
sitemap.xmap without mappings(ie realpath of the request URI) unless if it
is specified by a configuration parameter.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to