RE: sitemap.xls - XSLTFactoryLoader flaw?

2003-06-16 Thread Guardiola, Derek (ELS-STL))
2.0.5-dev shall be as stable as 2.0.4. The important difference for you between the two versions is the switch to the interpreted sitemap engine as default one. So you don't depend on the transformation of the sitemap to Java code. Joerg Guardiola, Derek (ELS-STL)) wrote: Here is what I was able

RE: sitemap.xls - XSLTFactoryLoader flaw?

2003-06-12 Thread Guardiola, Derek (ELS-STL))
http://xml.apache.org/xalan-j/faq.html#environmentcheck. Guardiola, Derek (ELS-STL)) wrote: CVS latest source distribution. I'm not sure exactly which version that is distributed but I believe it might be 2.0.4 due to the timestamp. There are two CVS repositories, one for Cocoon 2.1, a second

RE: sitemap.xls - XSLTFactoryLoader flaw?

2003-06-11 Thread Guardiola, Derek (ELS-STL))
, but the interpreted sitemap, which as a lot faster. What's the Cocoon version you use? Joerg Guardiola, Derek (ELS-STL)) wrote: lines 454 of sitemap.xls // Prepare the pattern for xsl:value-of select=@pattern/ this.xsl:value-of select=$matcher-name/_expr = this.preparePattern

sitemap.xls - XSLTFactoryLoader flaw?

2003-06-09 Thread Guardiola, Derek (ELS-STL))
lines 454 of sitemap.xls // Prepare the pattern for xsl:value-of select=@pattern/ this.xsl:value-of select=$matcher-name/_expr = this.preparePattern(xsl:value-of select=$matcher-type/, xsl:value-of select=XSLTFactoryLoader:escapeBraces($factory-loader, @pattern)/); The