We once had everything working where ESQL would work even if it was called by a
custom logicsheet. I have a previously tested Logicsheet, and Cocoon is not applying
ESQL--it was working before. I cannot post the logicsheet to the list (proprietary
stuff in there).
Here is the beginning of it:
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xsp="http://apache.org/xsp"
xmlns:esql="http://apache.org/cocoon/SQL/v2"
xmlns:xspdoc="http://apache.org/cocoon/XSPDoc/v1"
xmlns:schematic="http://www.infoplanning.com/xsp/schematic">
<xsl:variable name="prefix">schematic</xsl:variable>
<xsl:template match="xsp:page">
<xsp:page>
<xsl:apply-templates select="*|@*"/>
<xsp:logic>
<!-- ... skip class variables ... -->
</xsp:logic>
</xsp:page>
</xsl:template>
<!-- .... skip specifics .... -->
</xsl:stylesheet>
Any point in this logicsheet that I specify an element in then ESQL namespace,
it is rendered by the XSP engine as a SAX event to propogate. This is not what
I want!
Does anybody have some clues so I can get this working again?
The exact same code was working a couple of months ago, but alot has changed
since then.
--
"They that give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety."
- Benjamin Franklin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]