Nathaniel Alfred wrote:
I see three possible causes for this behaviour:
1) The esql logicsheet is not applied (Cocoon problem).
2) The esql logicsheet is applied but does not transform the input (XSLT
problem).
3) The esql logicsheet is applied before sil.xsl.
If you define sil.xsl as <builtin-logicsheet> in cocoon.xconf, 3) is a likely
explanation. The order for builtin logicsheets is not defined since it is
derived from the namespace declaration on the xsp:page root element.
If that is the case, try to refer to your logicsheet inside the XSP by
<xsp:logicsheet location="path/to/sil.xsl"/>.
This would be the same path as used in cocoon.xconf, right? E.g.
"resource://logicsheets/sil.xsl"
Lars
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]