Re: Sanity check concerning dynamic XSLT and multiple XML data files

2005-02-21 Thread Geert Josten
Hi, The problem lies not in the caching aspects of document() in this case, though it adds to the complexity. The first problem is that the directory generators usually only look at the timestamp of the directory. If a file is added or removed, the timestamp of the directory is usually _not_

Re: Sanity check concerning dynamic XSLT and multiple XML data files

2005-02-11 Thread Markus Vaterlaus
Maybe you want to have look at xpath directory generator. it let's you create a huge xml file out of any xpath expression performed on any number of xml files in specific directory. Doing so, you will get a new cachable xml-file (depends on your sitemap configuration) with a lot of additional

RE: Sanity check concerning dynamic XSLT and multiple XML data files

2005-02-11 Thread Conal Tuohy
Markus Vaterlaus wrote: Maybe you want to have look at xpath directory generator. I agree. That's a good solution. The reason that xslt document('foo.xml') is no good is that the CacheValidity of the XSLT transform does not depend on the calls it makes to the document() function. This is a