[EMAIL PROTECTED] wrote:

>vgritsenko    02/01/11 20:08:13
>
>  Modified:    src/java/org/apache/cocoon/components/language/markup/xsp/java
>                        session.xsl
>  Log:
>  Fix (weird) bug 5810.
>  (BTW: For some reason result of XSLT transformation inside Cocoon differs from 
>result of standalone transformer)
>  
>
Vadim,

FYI, XSP page is preprocessed before logicsheets are applied : in 
XSPMarkupLanguage.PreProcessFilter, elements <xsp:expr>, <xsp:logic>, 
<xsp:structure> and <xsp:include> are passed untouched but all other 
elements have their text children escaped and included in an <xsp:text>.

This can explain the differences between in-engine and standalone 
transformations.

Sylvain




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

Reply via email to