You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Parmley, Scott C." <pa...@paradigmtech.com> on 2002/11/14 23:51:56 UTC

XSP:Expr Question.

Hello everyone.

I need some advice reguarding <xsp:expr>.  First, let me give you the scenerio:  I am writing a session bean that contains a method whose ouput is xml tags.  The intention is to take this output and print it in my xsp document, similarly to JSP out.write().  The problem I am facing is that that data is printed, but the tags are all escaped using &lt; and &gt; instead of < and >.  Any advice as to what I should do?

Thanks in advance!
-Scott

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


Re: XSP:Expr Question.

Posted by Werner Guttmann <We...@morganstanley.com>.
Scott,

we not create a value object instead of using a sesion bean to return XML, and use Castor XML to turn this value object into SAX evenst using the CastorTransformer from the scratchpad ?

Werner

"Parmley, Scott C." wrote:

> Hello everyone.
>
> I need some advice reguarding <xsp:expr>.  First, let me give you the scenerio:  I am writing a session bean that contains a method whose ouput is xml tags.  The intention is to take this output and print it in my xsp document, similarly to JSP out.write().  The problem I am facing is that that data is printed, but the tags are all escaped using &lt; and &gt; instead of < and >.  Any advice as to what I should do?
>
> Thanks in advance!
> -Scott
>
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail:     <co...@xml.apache.org>
> For additional commands, e-mail:   <co...@xml.apache.org>


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>