Hello, back to work :-)

1. what is the persistence of a sunshine context I define ? i.e. I have one
pipeline and two xsl :
map:transform src="xsl1.xsl"
map:transform type="sunShine"
map:transform src="other.xsl"
map:transform src="xsl2.xsl"
map:transform type="sunShine".

I want xsl2 to use something stored in context by xsl1. If I use
"MyContext", will it work ?

2. Is "sunRise" context reserved or can I write into ?

3. if now I have two pipelines with a redirect-to for example, how is
context persistence managed ?

In fact I tried to use a java bean and xalan java extension, but how can
xsl2 know which bean (created by xsl1) to use ?

I need to pass info that I cannot get directly when I am in xsl2, so I need
to store them as I am in xsl1...

thanks a lot,

Babs


---------------------------------------------------------------------
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:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to